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


Groups > comp.lang.python > #96004

Re: Need Help w. PIP!

Path csiph.com!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'binary': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'python3': 0.05; "'python": 0.07; 'scripts': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Help': 0.10; 'python': 0.10; 'things.': 0.15; 'variables': 0.15; '"python': 0.16; 'accessible,': 0.16; 'executables': 0.16; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subfolder': 0.16; 'wrote:': 0.16; 'steve': 0.18; 'language': 0.19; '>>>': 0.20; 'windows': 0.20; '2015': 0.20; 'preferred': 0.20; 'meant': 0.22; 'lawrence': 0.22; 'sep': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply- To:1': 0.24; 'script': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'command': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'fri,': 0.27; 'specify': 0.27; 'invoke': 0.29; 'windows,': 0.29; 'certainly': 0.30; "i'd": 0.31; 'language.': 0.32; 'curious': 0.33; 'windows.': 0.33; 'exist': 0.35; 'but': 0.36; 'there': 0.36; "wasn't": 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'doing': 0.38; "won't": 0.38; 'version': 0.38; 'mean': 0.38; 'sure': 0.39; 'does': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'some': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'charset:windows-1252': 0.62; 'our': 0.64; 'subject:. ': 0.67; 'day': 0.67; 'prompt': 0.79; 'chrisa': 0.84; 'pip': 0.84; 'pythonistas,': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Need Help w. PIP!
Date Fri, 4 Sep 2015 04:27:47 +0100
References <f0876c48-010e-4bf0-b687-dceefba97637@googlegroups.com> <mailman.106.1441325161.8327.python-list@python.org> <3b82cc84-d51b-4b62-bf84-47a06c585bc3@googlegroups.com> <CAPTjJmoCiv38r9o-jXgy-Z6S7rwfqKMZnFJY6EJrc0xgD-4QEw@mail.gmail.com> <msb1nq$pqm$1@ger.gmane.org> <CAPTjJmqC9+4tQJV8BkuF6pNuvemsEPgm=HowL3y-7trd8YEWfQ@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 195.147.66.69
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
In-Reply-To <CAPTjJmqC9+4tQJV8BkuF6pNuvemsEPgm=HowL3y-7trd8YEWfQ@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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.123.1441337281.8327.python-list@python.org> (permalink)
Lines 42
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1441337281 news.xs4all.nl 23748 [2001:888:2000:d::a6]:45430
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:96004

Show key headers only | View raw


On 04/09/2015 04:08, Chris Angelico wrote:
> On Fri, Sep 4, 2015 at 1:04 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
>> On 04/09/2015 02:55, Chris Angelico wrote:
>>>
>>> On Fri, Sep 4, 2015 at 11:04 AM, Steve Burrus <steveburrus28@gmail.com>
>>> wrote:
>>>>
>>>> I have tried the 'python get-pip.py' command over amnd over again in my
>>>> command prompt and the 'python easy-install.py" command a little less. I
>>>> swear I have set ALL of the env. variables correctly! My OS is Windows 10
>>>> Beta Preview Build 10074.
>>>>
>>>
>>> What happens if you type "python -m pip" ? Or "python3 -m pip"? Does
>>> that invoke pip?
>>>
>>> ChrisA
>>>
>>
>> "python3 xyz" won't go on Windows.  There are now three pip executables in
>> the "Scripts" subfolder under the Python3.4 installation, pip.exe, pip3.exe
>> and pip3.4.exe.
>
> Not sure what you mean by "won't go", but I was just curious about
> whether there was some pathing issue that meant that the Scripts
> subfolder wasn't accessible, yet the main Python binary might have
> been.
>
> ChrisA
>

python3 just doesn't exist on Windows, it's always python.exe or 
pythonw.exe.  Not that I'd recommend using them in this day and age, 
py.exe or pyw.exe and specify your version via the command line or a 
shebang line in your script is certainly my preferred way of doing things.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

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


Thread

Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 15:20 -0700
  Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 01:05 +0100
    Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 18:04 -0700
      Re: Need Help w. PIP! MRAB <python@mrabarnett.plus.com> - 2015-09-04 02:44 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 11:55 +1000
        Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-03 20:07 -0700
          Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:16 +1000
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:04 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:08 +1000
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:11 +0100
        Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 09:35 -0700
          Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 21:55 +0100
          Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-04 17:48 -0500
          Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-04 16:50 -0500
      Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 04:27 +0100
      Re: Need Help w. PIP! Chris Angelico <rosuav@gmail.com> - 2015-09-04 13:32 +1000
        Re: Need Help w. PIP! wxjmfauth@gmail.com - 2015-09-04 01:13 -0700
      Re: Need Help w. PIP! Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-09-04 09:14 -0400
      Re: Need Help w. PIP! Chris Warrick <kwpolska@gmail.com> - 2015-09-04 16:30 +0200
  Re: Need Help w. PIP! "ast" <nomail@invalid.com> - 2015-09-04 08:16 +0200
    Re: Need Help w. PIP! "ast" <nomail@invalid.com> - 2015-09-04 08:24 +0200
  Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 09:04 -0700
    Re: Need Help w. PIP! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-09-04 21:46 +0100
    Re: Need Help w. PIP! MRAB <python@mrabarnett.plus.com> - 2015-09-05 01:55 +0100
    Re: Need Help w. PIP! Rob Hills <rhills@medimorphosis.com.au> - 2015-09-05 10:19 +0800
      Re: Need Help w. PIP! Steve Burrus <steveburrus28@gmail.com> - 2015-09-04 20:07 -0700
        Re: Need Help w. PIP! eryksun <eryksun@gmail.com> - 2015-09-05 01:30 -0500
    Re: Need Help w. PIP! Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-09-05 10:14 +0200
      Re: Need Help w. PIP! Terry Reedy <tjreedy@udel.edu> - 2015-09-09 01:53 -0400
      Reply to author, reply to list, reply to all (was: Need Help w. PIP!) Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 16:09 +1000
      Re: Reply to author, reply to list, reply to all Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 17:20 +1000
      Re: Reply to author, reply to list, reply to all (was: Need Help w. PIP!) Chris Angelico <rosuav@gmail.com> - 2015-09-09 17:24 +1000
      Re: Reply to author, reply to list, reply to all Ben Finney <ben+python@benfinney.id.au> - 2015-09-09 17:38 +1000
      Re: Reply to author, reply to list, reply to all Terry Reedy <tjreedy@udel.edu> - 2015-09-09 04:16 -0400

csiph-web