mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-16 20:14:32 +05:00
fix: #71
This commit is contained in:
@@ -69,7 +69,7 @@ octoprint_setup(){
|
|||||||
[ ! -d $OCTOPRINT_ENV ] && mkdir -p $OCTOPRINT_ENV
|
[ ! -d $OCTOPRINT_ENV ] && mkdir -p $OCTOPRINT_ENV
|
||||||
status_msg "Set up virtualenv ..."
|
status_msg "Set up virtualenv ..."
|
||||||
cd $OCTOPRINT_ENV
|
cd $OCTOPRINT_ENV
|
||||||
virtualenv venv
|
virtualenv --python=python3 venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
### install octoprint with pip
|
### install octoprint with pip
|
||||||
|
|||||||
Reference in New Issue
Block a user