diff --git a/stack.sh b/stack.sh index 10bf129..5856b5f 100755 --- a/stack.sh +++ b/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.