I recently installed python 3.8.2 on to my Ubuntu 18.04 laptop. However, I then found the built-in python 3.6 installation and I don't know how to remove 3.8. I've tried make uninstall
because it was built from source, but this didn't work. Any advice would be appreciated.
Asked
Active
Viewed 81 times
0

gekepdp
- 389
python38
is still a command, and also will it go back topython3
meaning 3.6. I mentioned mycrofft because it will install 3.8 again. – gekepdp Jun 10 '20 at 11:19sudo apt install python3.8
– karel Jun 10 '20 at 13:25