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:
https://pip.pypa.io/en/latest/installing.html#install-pip


On Wed, Jul 2, 2014 at 6:04 AM, Peter Ganong <[email protected]> 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 file here
> <https://pythonhosted.org/setuptools/easy_install.html#installing-on-un-networked-machines>,
> but is how to install setuptools itself on an unnetworked drive.
>
> Thanks,
>
> Peter
>
> --
> Peter Ganong
> PhD Candidate in Economics at Harvard
> scholar.harvard.edu/ganong/
>
>
> _______________________________________________
> Distutils-SIG maillist  -  [email protected]
> https://mail.python.org/mailman/listinfo/distutils-sig
>
>
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to