Python Forum
setting correct path for P2 after uninstalling Py 3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setting correct path for P2 after uninstalling Py 3
#1
I installed Python 3.7 recently but discovered a script I can use which runs on Python 2.7. I read through several sets of instructions on how to run both versions on the same machine, but I also saw lots of disagreement as to what works and what doesn't.

So I uninstalled 3.7 (which was installed to the programs folder in Win 10) and cleaned my machine as best I could of any reference to 3.7.

Then reinstalled 2.7 in the C:\Python27 folder. That went fine. Next step was to install pip, so this is what happened:

C:\Python27>python get-pip.py
Requirement already up-to-date: pip in c:\python27\lib\site-package
Then I tried to use
pip install
to install some modules, but I get this:
'pip' is not recognized as an internal or external command,
operable program or batch file
.

Any advice? Thanks!
Reply


Messages In This Thread
setting correct path for P2 after uninstalling Py 3 - by kwfreverie - Feb-02-2018, 06:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Issue with uninstalling Python that is driving me crazy traxus 0 1,352 Mar-30-2024, 04:37 PM
Last Post: traxus
  WebDriverException: Message: 'PATH TO CHROME DRIVER' executable needs to be in PATH Led_Zeppelin 1 3,194 Sep-09-2021, 01:25 PM
Last Post: Yoriz
  Uninstalling python 3.8.0a1 arcy 0 2,336 Nov-24-2019, 08:47 PM
Last Post: arcy
  .pth file does not show up in sys.path when configuring path. arjunsingh2908 2 7,588 Jul-03-2018, 11:16 AM
Last Post: arjunsingh2908
  Why Xpath is not selecting the correct path Prince_Bhatia 0 2,479 Sep-19-2017, 05:36 AM
Last Post: Prince_Bhatia

Forum Jump:

User Panel Messages

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