From 3b5fe3de9a0dc699540e96b3817442eb976ea0e0 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Sat, 24 Feb 2018 17:46:32 -0600 Subject: [PATCH] Make publish.sh use venv --- publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index cf70b36..e7efa20 100755 --- a/publish.sh +++ b/publish.sh @@ -68,7 +68,8 @@ type="$(find_type $build_type)" version="$(find_version $build_type)" arch="$(find_arch)" -sudo pip3 install pyinstaller +source .venv/bin/activate +pip3 install pyinstaller rm -rf dist/ pyinstaller -y precise.stream.spec