Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread eryksun
On 9/26/15, Zachary Ware wrote: > On Sat, Sep 26, 2015 at 1:13 PM, wrote: >> After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip >> using pip fails. Am I doing this incorrectly? Any suggestions? > > This is a limitation of Windows: you can't replace the executable that > you're

Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread Joel Goldstick
On Sat, Sep 26, 2015 at 6:24 PM, wrote: > Joel, no need for elevated (Administrator) execution. I did need to > follow Zachary's suggestion and it worked well. > Good result. I'm not up on windows for many years -- Joel Goldstick http://joelgoldstick.com -- https://mail.python.org/mailman/l

Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread paul . hermeneutic
Joel, no need for elevated (Administrator) execution. I did need to follow Zachary's suggestion and it worked well. -- https://mail.python.org/mailman/listinfo/python-list

Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread Zachary Ware
On Sat, Sep 26, 2015 at 1:13 PM, wrote: > After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip > using pip fails. Am I doing this incorrectly? Any suggestions? This is a limitation of Windows: you can't replace the executable that you're currently running. To work around this, d

Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread Joel Goldstick
On Sat, Sep 26, 2015 at 2:52 PM, Joel Goldstick wrote: > sudo pip ... etc > > On Sat, Sep 26, 2015 at 2:13 PM, wrote: > >> After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip >> using pip fails. Am I doing this incorrectly? Any suggestions? >> >> C:\Python27-32\Scripts>pip insta

Re: Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread Joel Goldstick
sudo pip ... etc On Sat, Sep 26, 2015 at 2:13 PM, wrote: > After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip > using pip fails. Am I doing this incorrectly? Any suggestions? > > C:\Python27-32\Scripts>pip install --upgrade pip > You are using pip version 7.0.1, however version

Failed to upgrade pip in fresh 2.7 install

2015-09-26 Thread paul . hermeneutic
After a fresh install of Python 2.7 32-bit and 64-bit, upgrading pip using pip fails. Am I doing this incorrectly? Any suggestions? C:\Python27-32\Scripts>pip install --upgrade pip You are using pip version 7.0.1, however version 7.1.2 is available. You should consider upgrading via the 'pip insta