Skip to content

Commit

Permalink
Improve test for existing venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Jul 15, 2024
1 parent 5a3c4cd commit 1fa3d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/make-combine-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fi
cd ../deploy

if [[ $NET_INSTALL == 0 ]] ; then
if [ ! -d venv ] ; then
if [ ! -f venv/bin/activate ] ; then
# virtual environment does not exist - create it
python3 -m venv venv
fi
Expand Down

0 comments on commit 1fa3d7e

Please sign in to comment.