KlipperScreen Install Fix (#1385)
Fixed Syntax Error from line 154 when running install script.
This commit is contained in:
parent
9a4c3879fd
commit
d0e9dd0352
@ -117,6 +117,7 @@ create_virtualenv()
|
|||||||
if [ -d $KSENV ]; then
|
if [ -d $KSENV ]; then
|
||||||
echo_text "Removing old virtual environment"
|
echo_text "Removing old virtual environment"
|
||||||
rm -rf ${KSENV}
|
rm -rf ${KSENV}
|
||||||
|
fi
|
||||||
|
|
||||||
echo_text "Creating virtual environment"
|
echo_text "Creating virtual environment"
|
||||||
python3 -m venv ${KSENV}
|
python3 -m venv ${KSENV}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user