Project restart
This commit is contained in:
8
scripts/set_env.sh
Executable file
8
scripts/set_env.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z $PY_VENV_DIR ]; then
|
||||
echo "PY_VENV_NAME must be defined"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
source "$PY_VENV_DIR/bin/activate"
|
||||
Reference in New Issue
Block a user