virtualenv/web/res/res_create_env.py
changeset 64 9294f5c1a897
parent 56 2a0fc38c2f09
child 271 4e7178ce5688
equal deleted inserted replaced
63:e3c5c9a2b47a 64:9294f5c1a897
    28     'ISODATE',
    28     'ISODATE',
    29     'HTML5LIB',
    29     'HTML5LIB',
    30     'RDFLIB',
    30     'RDFLIB',
    31 ]
    31 ]
    32 
    32 
    33 if system_str == "Linux" and 'PIL' in INSTALLS:
    33 #if system_str == "Linux" and 'PIL' in INSTALLS:
    34     i = INSTALLS.index('PIL')
    34 #    i = INSTALLS.index('PIL')
    35     INSTALLS.insert(i, 'ZLIB')
    35 #    INSTALLS.insert(i, 'ZLIB')
    36     INSTALLS.insert(i, 'LIBJPEG')
    36 #    INSTALLS.insert(i, 'LIBJPEG')
    37 
    37 
    38 if system_str == "Linux":
    38 if system_str == "Linux":
    39     INSTALLS.insert(2, 'DISTRIBUTE')
    39     INSTALLS.insert(2, 'DISTRIBUTE')
    40 
    40 
    41 OPTIONS_TO_ADD = ['clear', 'type_install=local', 'unzip_setuptools']
    41 OPTIONS_TO_ADD = ['clear', 'type_install=local', 'unzip_setuptools']