diff -r e3c5c9a2b47a -r 9294f5c1a897 virtualenv/web/res/res_create_env.py --- 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')