Skip to content

Commit 369583b

Browse files
committed
Follow-up from last commit
1 parent f210f26 commit 369583b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ! [ -x "$(command -v virtualenv)" ]; then
1818
fi
1919

2020

21-
if [ -d "venv" ]; then
21+
if [ -d "$DIR/venv" ]; then
2222
source $DIR/venv/bin/activate
2323
else
2424
virtualenv -p python3 $DIR/venv

0 commit comments

Comments
 (0)