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
#4
(Aug-17-2019, 05:03 PM)millpond Wrote: Do yourself a favor and copy Python37.exe to python3.exe and pip.exe to pip3.exe.
And do likewise with Python 2.7 . (Use pip2)

Then in your scripts, at the shebang use:
#!/env python3 for 3.7
#!/env python2 for 2.7
No this is just wrong,there is no Python37.exe in a Windows install only Python.exe.
As i mention you do not mess or rename anything at all,access to other version in Windows is bye using py.
If you not sure about this then don't give advice that can mess up stuff.
Reply


Messages In This Thread
RE: python 3 and python 2 pips not working in windows - by snippsat - Aug-17-2019, 06:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Excel isnt working properly after python function is started IchNar 2 334 May-01-2024, 06:43 PM
Last Post: IchNar
  Python trivial endgame engine is not working as expected max22 0 564 Feb-24-2024, 04:41 PM
Last Post: max22
Question How to add Python folder in Windows Registry ? Touktouk 1 326 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 369 Feb-17-2024, 12:43 PM
Last Post: deanhystad
  Triggering a ps1 script in remote windows server via http python request jasveerjassi 1 412 Jan-26-2024, 07:02 PM
Last Post: deanhystad
  working directory if using windows path-variable chitarup 2 778 Nov-28-2023, 11:36 PM
Last Post: chitarup
Question Need Help with Vehicle Routing Problem with Time Windows (VRPTW) in Python kasper321421312 1 628 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 793 Oct-04-2023, 10:01 AM
Last Post: snippsat
  C++ programmer confused about why Python isn't working the way I intend Radical 2 785 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,008 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