diff -r 69b3c4d7a7c1 -r acafed2ba960 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Thu Jun 07 18:13:34 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Thu Jun 07 18:18:05 2012 +0200 @@ -28,7 +28,7 @@ ('DJANGO-EXTENSIONS', 'pip', None, None), ('DJANGO-REGISTRATION', 'easy_install', '-Z', None), ('DJANGO-TAGGING', 'pip', None, None), - ('DJANGO-PISTON', 'pip', None, None), + ('DJANGO-PISTON', 'easy_install', None, None), ('HTTPLIB2', 'pip', None, None), ('OAUTH2', 'easy_install', None, None), ('DJANGO-OAUTH-PLUS', 'pip', None, None),