sudo yum install python36
python3 --version
Python 3.6.8
pip3 --version
pip 9.0.3 from /usr/lib/python3.6/site-packages (python 3.6)
sudo alternatives --config python
Il existe 2 programmes qui fournissent "python".
Sélectionnez la commande
-----------------------------------------------
*+ 1 /usr/libexec/no-python
2 /usr/bin/python3
Appuyez sur Entrée pour conserver la sélection actuelle [+] ou entrez le numéro de sélection: 2
python --version
--Peut être appelé avec la commande python
Recommended Posts