Skip to content

Commit

Permalink
Specify python3 in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
khashf committed Sep 20, 2019
1 parent 95d91c8 commit 11e4cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git pull -q --ff-only

# Enable venv
if [ ! -d venv ]; then
virtualenv venv
virtualenv venv -p python3
fi
source venv/bin/activate

Expand Down

0 comments on commit 11e4cf7

Please sign in to comment.