Make publish.sh use venv

This commit is contained in:
Matthew D. Scholefield 2018-02-24 17:46:32 -06:00
parent 538889f49a
commit 3b5fe3de9a

View File

@ -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