mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
Remove dependency on global site packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
MySQL-python
|
||||
Django==1.2.4
|
||||
django-piston==0.2.2
|
||||
django-registration==0.7
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rm -rf ./env
|
||||
virtualenv --distribute env
|
||||
virtualenv --distribute --no-site-packages env
|
||||
. ./env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user