really, no pips
This commit is contained in:
parent
c68ae93c0d
commit
96d7f346b2
1 changed files with 0 additions and 3 deletions
3
stack.sh
3
stack.sh
|
@ -363,9 +363,6 @@ function get_packages() {
|
|||
apt_get update
|
||||
apt_get install $(get_packages)
|
||||
|
||||
# install python requirements
|
||||
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install --use-mirrors `cat $FILES/pips/*`
|
||||
|
||||
# git clone only if directory doesn't exist already. Since ``DEST`` might not
|
||||
# be owned by the installation user, we create the directory and change the
|
||||
# ownership to the proper user.
|
||||
|
|
Loading…
Reference in a new issue