• Rafael Monnerat's avatar
    [feat] Propagate sys.path as PYTHONPATH while develop · 825daa85
    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.
    825daa85
easy_install.py 67.7 KB