I need to install python on a server to run scripts, but the server does not have internet access.
The server has access to a local network with access to the Internet *. I would like to use pip to manage packages through a local network directory, as indicated here .
How can I install pip, python and their dependencies on a Windows machine, offline, so that I can use pip as mentioned in the link above to manage the packages I need?
* For clarity: I do not have the ability to mirror, hack, or otherwise receive information through a local network directly from the Internet.
source
share