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


Groups > comp.lang.python > #71980

Re: Run pip

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!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.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'url:sourceforge': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'windows': 0.15; '"python': 0.16; '24,': 0.16; 'a),': 0.16; 'igor': 0.16; 'mark,': 0.16; 'missing?': 0.16; 'path.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sp3': 0.16; 'url:pip': 0.16; 'sat,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'all,': 0.19; '>>>': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; '---': 0.24; 'recognized': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'point': 0.28; "i'm": 0.30; 'run': 0.32; 'says': 0.33; 'running': 0.33; 'machine.': 0.36; "didn't": 0.36; 'hi,': 0.36; 'should': 0.36; 'step': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'volume': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'according': 0.40; 'results.': 0.60; 'free': 0.61; 'viruses': 0.61; 'you.': 0.62; 'protection': 0.63; 'our': 0.64; 'antivirus': 0.68; 'anything.': 0.68; 'said:': 0.68; 'serial': 0.72; 'goal': 0.75; '2.7.': 0.84; 'received:2': 0.84; 'url:latest': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Run pip
Date Sun, 25 May 2014 00:18:18 +0100
References <CA+FnnTxqcjBH7Nes9vP9ftW3JvV1mZd2n74EaAK4n4pfaZB=8Q@mail.gmail.com> <llr6po$fsm$1@ger.gmane.org> <CA+FnnTzBi7BwFY1AQFcSqiqvPjjUA9Lcf+-T+KNwALwx9+mO+w@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host-2-98-204-139.as13285.net
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
In-Reply-To <CA+FnnTzBi7BwFY1AQFcSqiqvPjjUA9Lcf+-T+KNwALwx9+mO+w@mail.gmail.com>
X-Antivirus avast! (VPS 140524-0, 24/05/2014), Outbound message
X-Antivirus-Status Clean
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.10277.1400973512.18130.python-list@python.org> (permalink)
Lines 62
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400973512 news.xs4all.nl 2925 [2001:888:2000:d::a6]:35088
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71980

Show key headers only | View raw


On 24/05/2014 23:47, Igor Korot wrote:
> Mark,
>
> On Sat, May 24, 2014 at 3:34 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
>> On 24/05/2014 23:12, Igor Korot wrote:
>>>
>>> Hi, ALL,
>>> I'm running Windows XP SP3 with python 2.7.
>>>
>>> According to https://pip.pypa.io/en/latest/installing.html all I need
>>> is to download get-pip.py and then run "python get-pip.py".
>>>
>>> However, after that running pip does not do anything. It says "pip is
>>> not recognized as an internal command".
>>>
>>> My goal is to install PyOpenGL, which I can do by running "pip install
>>> PyOpenGL" according to
>>> http://pyopengl.sourceforge.net/documentation/installation.html.
>>>
>>> The global search for "pip" didn't produce any results.
>>>
>>> What am I missing?
>>>
>>> Thank you.
>>>
>>
>> a) set up pip on your windows path.
>> b) cd to (say) c:\python27\scripts
>>     pip install PyOpenGL
>> c) c:\python27\scripts\pip install PyOpenGL
>
> As I said: "global search for pip does not produce any results".
> So I have no idea where to point my $PATH variable on step a)...
>
> Thank you.
>

Sorry I should have said either a), b) or c).

On my machine.

c:\Users\Mark>dir c:\Python27\Scripts\pi*.exe
  Volume in drive C has no label.
  Volume Serial Number is 2453-A837

  Directory of c:\Python27\Scripts

04/01/2014  16:16            65,536 pip.exe
04/01/2014  16:16            65,536 pip2.7.exe
04/01/2014  16:16            65,536 pip2.exe

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

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

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


Thread

Re: Run pip Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-25 00:18 +0100

csiph-web