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