Skip to content

PyAnalysis Fix, master branch (2018.01.30.)

Modified PyAnalysis to use a single "build directory" while building all of the python modules. Since it turns out that easy-install wants to keep updating the same (easy-install.pth) file, which describes what modules are installed in the current directory. If we don't allow the same file to be filled with info about all of the modules, they don't end up being accessible after installation.

Updated the master branch to build pip 9.0.1, in sync with the 1.0 branch.

This is a sibling of !222 (merged).

Merge request reports