Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #54445

Re: Using the MSI installer on Windows: Setting PATH and Setuptools

References <567c7442-313f-4df3-8fc4-ff3256aabc46@googlegroups.com>
Date 2013-09-19 15:06 -0500
Subject Re: Using the MSI installer on Windows: Setting PATH and Setuptools
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.162.1379621239.18130.python-list@python.org> (permalink)

Show all headers | View raw


> Question 4: If the Windows MSI installer indeed lacks Setuptools, what is the best way to install it from the command line in a future-proof manner (on Windows)? I am imagining something like this:
>
> wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
> python ez_setup.py
>
> However, (1) wget is not a Windows command. What is the Windows command? And (2) is that URL the best possible URL? Or will that URL only download an old version, and there is a better URL for new versions?

I am not a Windows person, but wouldn't pip do the trick?

https://pypi.python.org/pypi/pip/1.4.1

Skip

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Using the MSI installer on Windows: Setting PATH and Setuptools cython@m.allo.ws - 2013-09-19 12:51 -0700
  Re: Using the MSI installer on Windows: Setting PATH and Setuptools Skip Montanaro <skip@pobox.com> - 2013-09-19 15:06 -0500
    Re: Using the MSI installer on Windows: Setting PATH and Setuptools cython@m.allo.ws - 2013-09-19 13:31 -0700
      Re: Using the MSI installer on Windows: Setting PATH and Setuptools Skip Montanaro <skip@pobox.com> - 2013-09-19 15:42 -0500
  RE: Using the MSI installer on Windows: Setting PATH and Setuptools "Prasad, Ramit" <ramit.prasad@jpmorgan.com.dmarc.invalid> - 2013-09-19 22:22 +0000

csiph-web