• Xavier Thompson's avatar
    Consider only local egg paths when bootstrapping · e08d51e6
    Xavier Thompson authored
    By default egg installation considers the path where buildout
    and other build tools such as setuptools are installed to see
    if the requested eggs are already installed there.
    
    With the new bootstrapping behavior, bootstrap should install
    buildout and the other build tools in the local egg directory
    even if the pinned versions are already installed in sys.path.
    e08d51e6
buildout.py 82.2 KB