Remove dependency on global site packages

This commit is contained in:
2011-02-18 16:31:53 +00:00
parent 1b11ec8978
commit d4b142406a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
MySQL-python
Django==1.2.4
django-piston==0.2.2
django-registration==0.7

View File

@@ -1,4 +1,4 @@
rm -rf ./env
virtualenv --distribute env
virtualenv --distribute --no-site-packages env
. ./env/bin/activate
pip install -r requirements.txt