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