Answers for "upgrade python3 version from terminal"

1

update python3.10 linux

#install python3.10 (kali linux, but probably works on ubuntu)
sudo apt install python3.10

#replace python3 command with python3.10
sudo mv `which python3.10` /usr/bin/python3
Posted by: Guest on January-13-2022
1

upgrade python version

conda update python
Posted by: Guest on August-17-2021

Python Answers by Framework

Browse Popular Code Answers by Language