Answers for "update python3.10 linux"

1

upgrade python to 3.9 i linux

$ sudo apt install python3.9
Posted by: Guest on January-18-2021
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language