--- a/virtualenv/web/res/res_create_env.py Mon Dec 16 12:40:05 2013 +0100
+++ b/virtualenv/web/res/res_create_env.py Sat Apr 05 03:49:56 2014 +0200
@@ -30,12 +30,7 @@
# 'WHOOSH'
]
-if system_str == "Linux":
- INSTALLS.insert(2, 'DISTRIBUTE')
-
-OPTIONS_TO_ADD = ['clear', 'type_install=local', 'unzip_setuptools']
-if system_str != 'Linux':
- OPTIONS_TO_ADD.append('use_distribute')
+OPTIONS_TO_ADD = ['clear', 'type_install=local', "unzip_setuptools", "use_distribute"]
def generate_install_methods(path_locations, src_base, run_base, Logger, call_subprocess):
return lib_generate_install_methods(path_locations, src_base, run_base, Logger, call_subprocess, INSTALLS, OPTIONS_TO_ADD)