virtualenv/sync/res/res_create_env.py
changeset 641 7d5640606813
parent 632 e85856bfd59b
child 668 b52724db32ab
equal deleted inserted replaced
640:383be02a85eb 641:7d5640606813
     8 INSTALLS = [#(key,method, option_str, dict_extra_env)
     8 INSTALLS = [#(key,method, option_str, dict_extra_env)
     9     ('DISTRIBUTE', 'pip', None, None),
     9     ('DISTRIBUTE', 'pip', None, None),
    10     ('PYCRYPTO', 'pip', None, None),
    10     ('PYCRYPTO', 'pip', None, None),
    11     ('SSH', 'pip', None, None),
    11     ('SSH', 'pip', None, None),
    12     ('FABRIC', 'pip', None, None),
    12     ('FABRIC', 'pip', None, None),
       
    13     ('MERCURIAL', 'pip', None, None),
    13 ]
    14 ]
    14 
    15 
    15 def generate_install_methods(path_locations, src_base, Logger, call_subprocess):    
    16 def generate_install_methods(path_locations, src_base, Logger, call_subprocess):    
    16     return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS)
    17     return lib_generate_install_methods(path_locations, src_base, Logger, call_subprocess, INSTALLS)