Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrade Python Version ?
#1
Hi guys, how do I update python version 2.7.16 to version 3.8.5 or more current ?
Reply
#2
Generally you just install the newer version. Then you need to either call it explicitly, or change your system/account defaults to choose it first if that's what you want.

If you're on windows, the installer will probably prompt you to add it to the system PATH. For linux, you'll probably want to put it in your account's login files.

It's not a good idea to remove an older version if it came with the operating system. OS tools may be depending on that particular version. Better to just install a new one and use the new one.
Reply
#3
There is an option (you must click on) that will change environment variables for you.
Your old version will remain, but not be the one that starts when you type python from command line.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python version 3.11.15 install skip74 1 44 Apr-08-2026, 05:59 PM
Last Post: noisefloor
  apparently a version conflict upon upgrade to 3.12 dave007 10 586 Mar-13-2026, 06:52 AM
Last Post: JoelMendoza
  How to find out from outside Python (in Windows) the current version of Python? pstein 5 4,540 Jun-28-2024, 07:02 AM
Last Post: Samuel34
  run part of a script with a different version of Python jdog 3 3,862 May-27-2024, 01:57 AM
Last Post: Alice12
  How to resolve version conflicts in Python? taeefnajib 0 4,253 Apr-27-2023, 08:37 PM
Last Post: taeefnajib
  Python venv and PIP version issue JanOlvegg 2 6,649 Feb-22-2023, 02:22 AM
Last Post: JanOlvegg
  Python Version upgrade nitinkukreja 1 2,420 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Can't update new python version on Pycharm GOKUUUU 6 11,113 Jul-23-2022, 09:24 PM
Last Post: GOKUUUU
  pip doesn't work after Python upgrade Pavel_47 10 8,892 May-30-2022, 03:31 PM
Last Post: bowlofred
  Building python (3.9.5) with different libexpat version (2.4.6) raghupcr 0 2,315 Feb-25-2022, 11:29 AM
Last Post: raghupcr

Forum Jump:

User Panel Messages

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