Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to update python in linux

sudo apt install python3.10 #or whatever version you want
sudo update-alternatives --config python3 #select which version you want to use

More info on how here -> https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux
Source by cloudbytes.dev #
 
PREVIOUS NEXT
Tagged: #update #python #linux
ADD COMMENT
Topic
Name
4+5 =