Re: [Distutils] Installing setuptools on an un-networked computer

2014-07-21 Thread Marcus Smith
you can put get-pip.py and wheels (*.whl files from pypi) for pip and setuptools on your thumb drive and then do python get-pip.py --no-index --find-links=/path/to/wheels this will install pip and setuptools. using options to get-pip.py is mentioned here in the pip docs:

[Distutils] Installing setuptools on an un-networked computer

2014-07-03 Thread Peter Ganong
Hi, I am doing research with confidential data on a Windows 7 computer not connected to the Internet. I can bring files in on a thumb drive. How can I install setuptools? To be clear, the issue is not the one answered in the help file here

Re: [Distutils] Installing setuptools on an un-networked computer

2014-07-03 Thread Paul Moore
On 2 July 2014 14:04, Peter Ganong gan...@gmail.com wrote: Hi, I am doing research with confidential data on a Windows 7 computer not connected to the Internet. I can bring files in on a thumb drive. How can I install setuptools? To be clear, the issue is not the one answered in the help