“Como mudar a versão python” Respostas de código

Como mudar a versão python no 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

Atualize a versão Python

conda update python
Fierce Flatworm

Alterar a versão Python padrão

sudo update-alternatives --config python
Sjk-Lacoste

Como mudar a versão python

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

Versão python de alteração pip

pip upgrade -pip
CODE WITH SAM

Respostas semelhantes a “Como mudar a versão python”

Perguntas semelhantes a “Como mudar a versão python”

Mais respostas relacionadas para “Como mudar a versão python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código