--- a/virtualenv/web/res/res_create_env.py Thu Apr 14 18:00:39 2011 +0200
+++ b/virtualenv/web/res/res_create_env.py Mon Apr 18 13:12:57 2011 +0200
@@ -21,6 +21,7 @@
('DJANGO-EXTENSIONS', 'pip', None, None),
('DJANGO-REGISTRATION', 'easy_install', '-Z', None),
('DJANGO-TAGGING', 'pip', None, None),
+ ('DJANGO-PISTON', 'pip', None, None),
('HTTPLIB2', 'pip', None, None),
('OAUTH2', 'easy_install', None, None),
('DJANGO-OAUTH-PLUS', 'pip', None, None),
@@ -34,14 +35,11 @@
('JCC','easy_install',None,None),
('PSYCOPG2',install_psycopg2,None,None),
('PYLUCENE','easy_install',None,None),
- # We have to install piston after and manually with pip install django-piston-0.2.2-modified.tar.gz, after having launched the virtualenv
- #('DJANGO-PISTON', 'pip', None, None),
])
else:
INSTALLS.extend([
('PYLUCENE',install_pylucene,None,None),
('PSYCOPG2', 'pip', None, None),
- ('DJANGO-PISTON', 'pip', None, None),
])
if system_str == "Darwin":
@@ -50,8 +48,7 @@
])
else:
INSTALLS.extend([
- # We have to install lxml after and manually with easy_install lxml-2.2.2-py2.6-win32.egg, after having launched the virtualenv
- #('LXML', 'easy_install', None, None),
+ ('LXML', 'easy_install', None, None),
])