We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f210f26 commit 369583bCopy full SHA for 369583b
1 file changed
run.sh
@@ -18,7 +18,7 @@ if ! [ -x "$(command -v virtualenv)" ]; then
18
fi
19
20
21
-if [ -d "venv" ]; then
+if [ -d "$DIR/venv" ]; then
22
source $DIR/venv/bin/activate
23
else
24
virtualenv -p python3 $DIR/venv
0 commit comments