virtualenv/web/res/res_create_env.py
changeset 34 92f25438071d
parent 31 29caac899e1f
child 56 2a0fc38c2f09
equal deleted inserted replaced
33:71028c5eb7eb 34:92f25438071d
    25     'PYYAML',
    25     'PYYAML',
    26     'PYTHON-DIGEST',
    26     'PYTHON-DIGEST',
    27     'DJANGO-TASTYPIE',
    27     'DJANGO-TASTYPIE',
    28 ]
    28 ]
    29 
    29 
    30 if system_str != "Windows" and 'PIL' in INSTALLS:
    30 if system_str == "Linux" and 'PIL' in INSTALLS:
    31     i = INSTALLS.index('PIL')
    31     i = INSTALLS.index('PIL')
    32     INSTALLS.insert(i, 'ZLIB')
    32     INSTALLS.insert(i, 'ZLIB')
    33     INSTALLS.insert(i, 'LIBJPEG')
    33     INSTALLS.insert(i, 'LIBJPEG')
    34 
    34 
    35 if system_str == "Linux":
    35 if system_str == "Linux":