Timeline for answer to Dealing with multiple Python versions and PIP by Oleg
Current License: CC BY-SA 4.0
Post Revisions
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 28, 2025 at 2:00 | history | edited | Peter Mortensen | CC BY-SA 4.0 |
Active reading [<https://en.wikipedia.org/wiki/Python_%28programming_language%29> <https://en.wikipedia.org/wiki/History_of_Python#Version_2>]. Added some context.
|
| Jan 30, 2024 at 21:42 | comment | added | Dave | This is not a solution if the host does not have internet connectivity. What does that script do? | |
| Nov 18, 2016 at 6:09 | comment | added | Mayur Patil | Worked for me on Win 7 64 bits on which I have installed Python 2.7.x 32 bits and 3.5.x 64 bits | |
| Feb 19, 2016 at 10:57 | comment | added | mrgloom |
How to do python2.7 get-pip.py without sudo?
|
|
| Jan 14, 2016 at 18:48 | comment | added | Pyderman |
Got Could not find a version that satisfies the requirement pip (from versions: ) No matching distribution found for pip when I tried python2.6 get-pip.py
|
|
| Dec 17, 2015 at 19:30 | comment | added | Aaron R. | Man that felt sketchy but it worked for me installing pip2.6 on Centos 5. | |
| Sep 30, 2015 at 20:34 | comment | added | SummerEla | This worked when I used 'python2.7 get-pip.py' instead of 'python27 get-pip.py' | |
| Dec 8, 2014 at 20:16 | comment | added | Karl Adler |
great worked for me for python 3.4 with following: python3 get-pip.py and later using pip command with pip34 install example
|
|
| Aug 24, 2014 at 17:12 | history | answered | Oleg | CC BY-SA 3.0 |