Can i have only one python version if multiple version of python is installed on my system

i have three python version installed on zorin os 16 which are as follows

python 3.9.5 64 bit

python 3.8.10 64 bit

python 2.7.18 64 bit

due to multiple version of python im having problem while coding so i want to know that can i delete python version 2.7.18 and python version 3.8.10 and only keep python version 3.9.5

1 Like

Sadly, no... There are libraries that depend on those versions present in the system. Removing them could cause crashes or even kernel panic.
Once done, it is not so easy to undo, either. @337harvey experienced this first-hand...

1 Like

Nice question brother @AdityaKirad even I'm also has this doubt. Finally I got an answer thank you @Aravisian and @337harvey .

Marked solution. 170

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.