| author | ymh <ymh.work@gmail.com> |
| Fri, 17 Aug 2012 18:45:40 +0200 | |
| changeset 229 | 8d01de23b56b |
| parent 228 | 92d733f0d179 |
| child 230 | 2185b943cabd |
--- 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),