virtualenv/web/res/res_create_env.py
changeset 682 11be1c2aae5a
parent 677 fe9cfbb91909
child 718 5e27a39d3742
equal deleted inserted replaced
681:340406dca0c8 682:11be1c2aae5a
     4 
     4 
     5 system_str = platform.system()
     5 system_str = platform.system()
     6 
     6 
     7 
     7 
     8 INSTALLS = [ #(key,method, option_str, dict_extra_env)
     8 INSTALLS = [ #(key,method, option_str, dict_extra_env)
       
     9     'LXML',
     9     'PYLUCENE',
    10     'PYLUCENE',
    10     'LXML',
       
    11     'PSYCOPG2',
    11     'PSYCOPG2',
    12     'SOUTH',
    12     'SOUTH',
    13     'PIL', 
    13     'PIL', 
    14     'DJANGO',
    14     'DJANGO',
    15     'DJANGO-EXTENSIONS',
    15     'DJANGO-EXTENSIONS',