I downloaded a Python .tar.gz
package and extracted it. I'm working in a closed LAN so obviously the usual global PyPI index isn't available. We have our own PyPI index in the network.
I know how I can link to it when using pip
or easy_install
. However I couldn't find out how to do this when running setup.py install
directly.
How can this be done?