install pyinstaller in the venv
This commit is contained in:
parent
05432b931b
commit
3a7eb5381e
1 changed files with 0 additions and 4 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue