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


Groups > comp.lang.python > #54450

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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'received:209.85.223': 0.03; 'inclusion': 0.09; 'msi': 0.09; 'cc:addr:python-list': 0.11; '2.7': 0.14; '3.3,': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'pip?': 0.16; 'url:peps': 0.16; 'sender:addr:gmail.com': 0.17; 'unlike': 0.19; 'command': 0.22; 'proposed': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'skip': 0.24; 'url:dev': 0.24; 'cc:2**0': 0.24; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:python': 0.33; 'subject:the': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'next': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'easily': 0.37; 'version,': 0.38; 'does': 0.39; 'how': 0.40; 'most': 0.60; 'subject:Using': 0.84; 'trick.': 0.84; 'subject:Setting': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4cAs2Ns0WmNg4nSXWHQoyU+PuBsws7LuEZGOIMgEqK8=; b=CbHIUOKHWTpd+rFevCjsFL63VAQzST06ycxdeMjeLLpUNAW4+/3j82ZeORw3YhThU/ fw1Kb0AEFwuATARTZK1z3txoo1l5Z+02nBIayEycVovtHrb2DGUqEPtz5kgwr/0cR/0N mLE4U3KWjMIwCuQjQnb6qqGmkZFwQ+qLAxHWd4fbyM9MUitv13vr0l0LN1WbzQRLYard A5JYoeV+4sUE+sWUIrMg+5THWKNYyhmUzsgVHIFhxP6hyVNr7l2nr01nyO4EDobDl4Rv I07DksG0ljDEd9LZihujRO3K0NoA41OiGRp5rcjGdcAvkhJUWC3r2IRzEr7GM9OKzb2v 538A==
MIME-Version 1.0
X-Received by 10.50.45.34 with SMTP id j2mr2749475igm.13.1379623346398; Thu, 19 Sep 2013 13:42:26 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <3cc271c6-0f77-4d80-aa26-edd8ec6354a7@googlegroups.com>
References <567c7442-313f-4df3-8fc4-ff3256aabc46@googlegroups.com> <mailman.162.1379621239.18130.python-list@python.org> <3cc271c6-0f77-4d80-aa26-edd8ec6354a7@googlegroups.com>
Date Thu, 19 Sep 2013 15:42:26 -0500
X-Google-Sender-Auth 541ohv69Z1Rje7zq9L909Gqc8xI
Subject Re: Using the MSI installer on Windows: Setting PATH and Setuptools
From Skip Montanaro <skip@pobox.com>
To cython@m.allo.ws
Content-Type text/plain; charset=UTF-8
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.166.1379623364.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1379623364 news.xs4all.nl 15896 [2001:888:2000:d::a6]:57572
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:54450

Show key headers only | View raw


> 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:

Not yet, but I think just around the corner:

http://www.python.org/dev/peps/pep-0453/

Unlike most enhancements, this is proposed for inclusion in the next
micro releases of 2.7 and 3.3, not just in the next
normal-new-features-allowed version, 3.4.

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