| changeset 31 | 29caac899e1f |
| parent 6 | 28b44c3962e9 |
| child 34 | 92f25438071d |
--- a/virtualenv/web/res/res_create_env.py Wed Feb 06 13:15:27 2013 +0100 +++ b/virtualenv/web/res/res_create_env.py Mon Feb 11 14:10:22 2013 +0100 @@ -27,6 +27,11 @@ 'DJANGO-TASTYPIE', ] +if system_str != "Windows" and 'PIL' in INSTALLS: + i = INSTALLS.index('PIL') + INSTALLS.insert(i, 'ZLIB') + INSTALLS.insert(i, 'LIBJPEG') + if system_str == "Linux": INSTALLS.insert(2, 'DISTRIBUTE')