Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:sourceforge': 0.03; 'lawrence': 0.09; 'python': 0.11; 'language.': 0.14; 'windows': 0.15; '"python': 0.16; '24,': 0.16; 'igor': 0.16; 'mark,': 0.16; 'missing?': 0.16; 'path.': 0.16; 'sp3': 0.16; 'url:pip': 0.16; 'sat,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'variable': 0.18; 'all,': 0.19; 'install': 0.23; '---': 0.24; 'recognized': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'run': 0.32; 'says': 0.33; 'url:python': 0.33; 'running': 0.33; 'received:google.com': 0.35; 'url:listinfo': 0.36; "didn't": 0.36; 'hi,': 0.36; 'url:org': 0.36; 'step': 0.37; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'according': 0.40; 'url:mail': 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; 'goal': 0.75; '2.7.': 0.84; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5KWFS+uD++nQNYSFUFUg3iZtXX8PsyPzYFOG42MZYew=; b=fs+Vl22lqecQvDPKtXDJK4JFjnWRqg6NMzZEeTSgaGAUAria5UZF3aSPpNVoCcj0+V SUDkWFaccB7yjll2bxileceOCdk8qrnx10UTy1mBW7t1MzjbRT/b8t7HgeVBEuhqHJxa 1U62hqUbGaF8QUpA90anL6k1CXG3X/LzsTsNMxeZPxNLFEZw49pCMzS5J0jzPn8Hc+fR RfgNyMuwONcLwjE+huORjR8w+KuaH+BRg8dj7I2tEflpN7JEvcs5koQwRj7JBIDpIZAR os+feTs27m7DghqZeTdl2EUu5RMp4dsK3wBdGoVMXytc+sz2BizwEaQ56eKqv17982kA 7ldA== MIME-Version: 1.0 X-Received: by 10.58.29.106 with SMTP id j10mr2410121veh.31.1400971630115; Sat, 24 May 2014 15:47:10 -0700 (PDT) In-Reply-To: References: Date: Sat, 24 May 2014 15:47:10 -0700 Subject: Re: Run pip From: Igor Korot To: python-list@python.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400971633 news.xs4all.nl 2884 [2001:888:2000:d::a6]:54004 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71978 Mark, On Sat, May 24, 2014 at 3:34 PM, Mark Lawrence 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. > > -- > 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 > > > -- > https://mail.python.org/mailman/listinfo/python-list