v0.20.5 "make install" now use pip
The old "setup.py install" will create an egg and install it, which requires a PYTHON_EGG_CACHE dir to work. pip doesn't build egg at all.
parent
6dba7bd6
Please register or sign in to comment
The old "setup.py install" will create an egg and install it, which requires a PYTHON_EGG_CACHE dir to work. pip doesn't build egg at all.