virtualenv/web/create_python_env.py
changeset 84 d7acd4e2c1c8
parent 68 b40657713336
--- a/virtualenv/web/create_python_env.py	Tue May 03 12:51:26 2011 +0200
+++ b/virtualenv/web/create_python_env.py	Tue May 03 13:36:46 2011 +0200
@@ -10,7 +10,7 @@
 
 - python project-boot.py --no-site-packages --clear --ignore-packages=MYSQL  --type-install=local <path_to_venv>
 - For Linux :
-python project-boot.py --unzip-setuptools --no-site-packages --index-url=http://pypi.websushi.org/ --clear --type-install=local <path_to_venv>
+python project-boot.py --unzip-setuptools --no-site-packages --ignore-packages=MYSQL --clear --type-install=local <path_to_venv>
 
 """