• Rafael Monnerat's avatar
    Propagate sys.path as PYTHONPATH while develop · 6a2e40d8
    Rafael Monnerat authored
      While invoke setup.py certain eggs (like scikit-learn) launch
      cetain custom builds (for cython) using subprocess and sys.executable.
    
      This commit aims to preserve the sys.path over the runs, even if an
      egg is using subprocess with the same python to build a component of
      the egg.
    6a2e40d8
easy_install.py 63.5 KB