Saturday 4 November 2017

Install Python3.6 on Ubuntu

Install Python3.6 on Ubuntu 


sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
reference
https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get

No comments:

Post a Comment