Shellskripte auch angepasst
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
source setenv.sh
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
source "$SCRIPT_DIR/setenv.sh"
|
||||
|
||||
if [ ! -d "$PROJECT/.venv" ]; then
|
||||
echo "Initialisiere Python virtual environment..."
|
||||
|
||||
Reference in New Issue
Block a user