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


Groups > comp.lang.python > #54448

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

Newsgroups comp.lang.python
Date 2013-09-19 13:31 -0700
References <567c7442-313f-4df3-8fc4-ff3256aabc46@googlegroups.com> <mailman.162.1379621239.18130.python-list@python.org>
Message-ID <3cc271c6-0f77-4d80-aa26-edd8ec6354a7@googlegroups.com> (permalink)
Subject Re: Using the MSI installer on Windows: Setting PATH and Setuptools
From cython@m.allo.ws

Show all headers | View raw


On Thursday, September 19, 2013 4:06:56 PM UTC-4, Skip Montanaro wrote:
>
> I am not a Windows person, but wouldn't pip do the trick?
> 

PIP would definitely do the trick. Does the MSI include PIP? If it does not include PIP, then how can I easily install it from the command line? I am looking for something like this:

wget https://pip.org/install/install_pip.py
python install_pip.py

This is totally theoretical. wget doesn't work, the URL is made up, and install_pip.py is a fantasy of mine. ez_setup.py DOES exist for Setuptools, which is why I am trying to use it.

Thank you,

Zak

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