install pyinstaller in the venv

This commit is contained in:
jobevers 2017-01-26 19:42:10 -06:00
parent 05432b931b
commit 3a7eb5381e

View file

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