“Comment changer la version Python” Réponses codées

Comment changer la version Python sur Linux

#Check available versions
ls /usr/bin/python*
#Change the used version 3.5 or 3.7 etc
alias python='/usr/bin/python3.x'
#do this other thing
. ~/.bashrc
#Check version 
python --version
Glamorous Gnat

mettre à niveau la version Python

conda update python
Fierce Flatworm

Modifier la version Python par défaut

sudo update-alternatives --config python
Sjk-Lacoste

Comment changer la version Python

sudo update-alternatives --config python3 #Omar
Smoggy Snake

Version Pip Change Python

pip upgrade -pip
CODE WITH SAM

Réponses similaires à “Comment changer la version Python”

Questions similaires à “Comment changer la version Python”

Plus de réponses similaires à “Comment changer la version Python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code