From 3a7eb5381e64a164939a9ade5ab2fb9011ae19fa Mon Sep 17 00:00:00 2001 From: jobevers Date: Thu, 26 Jan 2017 19:42:10 -0600 Subject: [PATCH] install pyinstaller in the venv --- prebuild.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prebuild.sh b/prebuild.sh index c2bc94fbd..747203a10 100755 --- a/prebuild.sh +++ b/prebuild.sh @@ -80,10 +80,6 @@ if ! cmd_exists virtualenv; then $SUDO pip install virtualenv fi -if ! cmd_exists pyinstaller; then - $SUDO pip install pyinstaller -fi - if ! cmd_exists node; then if $LINUX; then curl -sL https://deb.nodesource.com/setup_7.x | $SUDO -E bash -