sbin/virtualenv/create_python_env.py
changeset 37 cec4b9fc8997
parent 33 729251dd5c31
child 47 699be5c7b4ac
equal deleted inserted replaced
36:0bae4244cac4 37:cec4b9fc8997
   196                             cwd=os.path.abspath(pylucene_src_path),
   196                             cwd=os.path.abspath(pylucene_src_path),
   197                             filter_stdout=filter_python_develop,
   197                             filter_stdout=filter_python_develop,
   198                             show_stdout=True)
   198                             show_stdout=True)
   199 
   199 
   200         if system_str == 'Linux'  and 'DISTRIBUTE' not in ignore_packages:
   200         if system_str == 'Linux'  and 'DISTRIBUTE' not in ignore_packages:
   201             normal_install('DISTRIBUTE', 'pip', None, res_source_key, home_dir, tmp_dir)
   201             normal_install('DISTRIBUTE', 'pip', None, None, res_source_key, home_dir, tmp_dir)
   202 
   202 
   203         if 'PYXML' not in ignore_packages:
   203         if 'PYXML' not in ignore_packages:
   204             logger.notify("PyXML install : %s " % URLS['PYXML'][res_source_key])
   204             logger.notify("PyXML install : %s " % URLS['PYXML'][res_source_key])
   205             if sys.version_info >= (2,6):
   205             if sys.version_info >= (2,6):
   206                 logger.notify("PyXML -> python version >= 2.6 : patching")
   206                 logger.notify("PyXML -> python version >= 2.6 : patching")