CC-2615: install_minimal should be installable without internet connection

- distribute-0.6.10.tar.gz is included in 3rd_party dir
- distribute-0.6.10.tar.gz is copied to /usr/share/python-virtualenv/
on install
This commit is contained in:
James 2011-07-29 10:33:29 -04:00
parent a471c522a3
commit cbad5cbfe1
3 changed files with 4 additions and 4 deletions

View file

@ -37,9 +37,6 @@ if [ "$?" -ne "0" ]; then
exit 1
fi
#install virtualenv 1.6.3
easy_install virtualenv==1.6.3
# Install phing
sudo pear channel-discover pear.phing.info
sudo pear install phing/phing-2.4.2