Python Forum
python 3 and python 2 pips not working in windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python 3 and python 2 pips not working in windows
#2
That's link is not the ideal way of doing this.
Just use py to access all other version installed.
Then there is no need to mess with or rename python.exe.
Explain all in here also usage of py Python 3.6/3.7 and pip installation under Windows

python and pip use the main most used version.
E:\div_code
λ python -V
Python 3.7.3

E:\div_code
λ pip -V
pip 19.2.1 from c:\python37\lib\site-packages\pip (python 3.7) 
Use other version.
E:\div_code
λ py -2.7 -V
Python 2.7.9

E:\div_code
λ py -3.4 -V
Python 3.4.2

E:\div_code
λ py -3.5 -V
Python 3.5.2

# Install to 2.7
E:\div_code
λ py -2.7 -m pip install requests
Requirement already satisfied: requests in c:\python27\lib\site-packages (2.18.4)
Reply


Messages In This Thread
RE: python 3 and python 2 pips not working in windows - by snippsat - Aug-16-2019, 03:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Excel isnt working properly after python function is started IchNar 2 409 May-01-2024, 06:43 PM
Last Post: IchNar
  Python trivial endgame engine is not working as expected max22 0 615 Feb-24-2024, 04:41 PM
Last Post: max22
Question How to add Python folder in Windows Registry ? Touktouk 1 367 Feb-20-2024, 01:04 PM
Last Post: DeaD_EyE
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 430 Feb-17-2024, 12:43 PM
Last Post: deanhystad
  Triggering a ps1 script in remote windows server via http python request jasveerjassi 1 458 Jan-26-2024, 07:02 PM
Last Post: deanhystad
  working directory if using windows path-variable chitarup 2 841 Nov-28-2023, 11:36 PM
Last Post: chitarup
Question Need Help with Vehicle Routing Problem with Time Windows (VRPTW) in Python kasper321421312 1 705 Nov-10-2023, 08:19 PM
Last Post: snippsat
  How to find out from outside Python (in Windows) the current version of Python? pstein 4 857 Oct-04-2023, 10:01 AM
Last Post: snippsat
  C++ programmer confused about why Python isn't working the way I intend Radical 2 839 Sep-15-2023, 04:21 AM
Last Post: Radical
  New to Python - Not sure why this code isn't working - Any help appreciated TheGreatNinx 4 1,073 Jul-22-2023, 10:21 PM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020