Answers for "Python 2.7 to 3.x Linux"

0

Python 2.7 to 3.x Linux

sudo rm /usr/bin/python
sudo ln -s /usr/bin/python3 /usr/bin/python
Posted by: Guest on June-12-2021
0

Python 2.7 to 3.x Linux

python -V
Posted by: Guest on June-12-2021
0

Python 2.7 to 3.x Linux

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language