virtualenv/web/res/res_create_env.py
changeset 64 9294f5c1a897
parent 56 2a0fc38c2f09
child 271 4e7178ce5688
--- a/virtualenv/web/res/res_create_env.py	Fri Feb 22 18:17:16 2013 +0100
+++ b/virtualenv/web/res/res_create_env.py	Sat Feb 23 01:58:26 2013 +0100
@@ -30,10 +30,10 @@
     'RDFLIB',
 ]
 
-if system_str == "Linux" and 'PIL' in INSTALLS:
-    i = INSTALLS.index('PIL')
-    INSTALLS.insert(i, 'ZLIB')
-    INSTALLS.insert(i, 'LIBJPEG')
+#if system_str == "Linux" and 'PIL' in INSTALLS:
+#    i = INSTALLS.index('PIL')
+#    INSTALLS.insert(i, 'ZLIB')
+#    INSTALLS.insert(i, 'LIBJPEG')
 
 if system_str == "Linux":
     INSTALLS.insert(2, 'DISTRIBUTE')