Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.069 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'url:sourceforge': 0.03; 'python': 0.11; 'windows': 0.15; '"python': 0.16; 'missing?': 0.16; 'sp3': 0.16; 'url:pip': 0.16; 'all,': 0.19; 'install': 0.23; 'recognized': 0.26; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'run': 0.32; 'says': 0.33; 'running': 0.33; 'received:google.com': 0.35; "didn't": 0.36; 'hi,': 0.36; 'thank': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'according': 0.40; 'results.': 0.60; 'you.': 0.62; 'anything.': 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:date:message-id:subject:from:to:content-type; bh=6izKPbU5CgGJrtk4g/E9KUXVgBS68z66RUEXtvWJjag=; b=XTD/nBllWFkdEoD0N6SC9Bx2QBS/CeONik1F+ZRR/AFcj9+lGYtgtOqaqHv6orQDn+ Y83hpbWdXtbO37xdyZ0IA6Jv+uqg/RLtd4UkGptW1fnV9VH+GcxWdjkwkcbjqMBVLGXf 2gV5OXfdqmP1LwPf8ErxWJJ1//n4rcth9zd7kGRtz6SSYo3xbF153n6lVq6wadC/FCwO Sz0X7r5xi4sMc/MCnaR3wUa0d8ONGFCCE/Nhi9me9Zz3G4jIkABIf9jeckWn0C92Q6qL 1oVPSPcZt6BIL8IVNRvZPs43/xV0ONAqtEoW1HCvCaB5KHm/PVJ0wfb67WLG8VDUSRNj A4YA== MIME-Version: 1.0 X-Received: by 10.221.42.135 with SMTP id ty7mr11596334vcb.14.1400969543604; Sat, 24 May 2014 15:12:23 -0700 (PDT) Date: Sat, 24 May 2014 15:12:23 -0700 Subject: 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400969551 news.xs4all.nl 2952 [2001:888:2000:d::a6]:40648 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71974 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.