Estou tentando instalar o Python 3.7 no meu servidor Ubuntu 18.04. Seguindo estas orientações:
https://phoenixnap.com/kb/how-to-install-python-3-ubuntu
sudo apt update
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.7
Mas depois que isso for concluído, se eu fizer:
root@west:~# python --version
Python 2.7.17
O que estou fazendo errado? Se eu tentar instalá-lo novamente, ele me diz que já está instalado?
root@west:~# sudo apt install python3.7
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3.7 is already the newest version (3.7.7-1+bionic1).
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Ambos estão instalados, mas há um link apontado para python2.7.
Se você fizer
ls -l /usr/bin/python
isso, ele apontará para python2.7 como abaixo:Remova o link e crie um novo para
python3.7