Q: How to install Python 3.6 on Ubuntu 16.04

Python3 Python Installation Ubuntu 16.04

Answer:

To install Python 3.6 on Ubuntu 16.04, we can use J Fernyhough's PPA


sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6

    No comments found for this tutorial, be the first to leave a comment!

Answered by
Double

Last updated on
Apr 20, 2017

Share