Python Forum
How to fully uninstall Python from Windows?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to fully uninstall Python from Windows?
#7
Quote:6. pip --version: pip 19.2.3 from c:\python38\lib\site-packages\pip (python 3.8)
Okay.
Quote:7. Imported modules: pip install gpxpy: OK, but "WARNING: You are using pip version 19.2.3, however version 20.1.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command." → python -m pip install --upgrade pip: "Successfully installed pip-20.1.1"
This is a normal message,just to remind you to upgrade pip.
I guess you have done this?
python -m pip install --upgrade pip
Test pip -V it should now show version 20.1.1.

So is all okay now dos also python -V work?
Example:
C:\python -V
Python 3.8.2

C:\pip -V
pip 20.1.1 from c:\python38\lib\site-packages\pip (python 3.8)
Reply


Messages In This Thread
RE: How to fully uninstall Python from Windows? - by snippsat - May-27-2020, 10:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Impossible to cleanly uninstall Python 3.8.9 Ftaniere 2 1,747 Sep-01-2022, 10:38 AM
Last Post: snippsat
  Uninstall unused COM ports windows 10 adbrooker 1 2,056 Sep-22-2021, 03:16 AM
Last Post: Larz60+
  I can't uninstall chatterbot? Piethon 9 6,885 Jul-20-2019, 09:42 AM
Last Post: Piethon
  Could I override a fully implemented method zatlas1 2 2,428 Jun-06-2019, 02:20 AM
Last Post: zatlas1
  Do I need to uninstall my current Python distribution (3.7) to install Anaconda? Tim 2 23,227 Jul-10-2018, 03:03 PM
Last Post: Tim
  could not fully run paramiko kajatonas 3 5,575 Apr-26-2017, 07:21 PM
Last Post: kajatonas

Forum Jump:

User Panel Messages

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