Python Forum
Can I upload a new version without previously deleting ancient version
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I upload a new version without previously deleting ancient version
#5
Quote:But what happens if I upload new version without previouslly deleting ancient version ?
Nothing you would just install another version. The older ones would just sit there. On one of my systems, i still have 3.4, 3.5, and 3.6 on it just because i never bothered to removed them. You just need to make sure to update the inerpreter path for any IDE you use to the interpreter you wish to use.

To remove old ones, if you compiled from source, go to the directory and run make uninstall

If you installed it via your package manager, then you would have to use that, if ubuntu
sudo apt-get remove python3.3
Recommended Tutorials:
Reply


Messages In This Thread
RE: Can I upload a new version without previously deleting ancient version - by metulburr - Nov-08-2017, 01:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to find out from outside Python (in Windows) the current version of Python? pstein 5 970 Today, 07:02 AM
Last Post: Samuel34
  short version of os.listdir() Skaperen 12 904 May-30-2024, 03:06 AM
Last Post: Skaperen
  run part of a script with a different version of Python jdog 3 711 May-27-2024, 01:57 AM
Last Post: Alice12
  Selecting correct xlrd version Kithsiri 4 803 Feb-27-2024, 07:09 AM
Last Post: Kithsiri
  Installing Older Version Of Numpy & Pandas knight2000 6 2,418 Aug-30-2023, 10:58 AM
Last Post: knight2000
  Matplotlib Version Aboutben 2 865 Aug-21-2023, 12:05 PM
Last Post: Aboutben
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 1,068 Jul-15-2023, 11:32 AM
Last Post: snippsat
  pip installs in a different python version and directory than the default 3.11 ao_tex_mal 9 4,306 Jun-20-2023, 02:55 PM
Last Post: snippsat
Question Extracting Version Number from a String britesc 2 1,286 May-31-2023, 10:20 AM
Last Post: britesc
  [split] How to resolve version conflicts in Python? atonalwilson 1 1,109 May-04-2023, 09:02 AM
Last Post: buran

Forum Jump:

User Panel Messages

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