| changeset 229 | 8d01de23b56b |
| parent 122 | fde8335a037c |
| child 243 | 1f2840354865 |
--- a/virtualenv/web/res/res_create_env.py Fri Aug 17 18:42:42 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Fri Aug 17 18:45:40 2012 +0200 @@ -29,7 +29,7 @@ INSTALLS.extend([ #(key,method, option_str, dict_extra_env) ('PIL', 'easy_install', None, None), ('DJANGO','pip', None, None), - ('DJANGO-EXTENSIONS', 'pip', None, None), + ('DJANGO-EXTENSIONS', 'easy_install', None, None), ('HTTPLIB2', 'pip', None, None), ('SOUTH', 'pip', None, None), ('WHOOSH', 'pip', None, None),