-
Notifications
You must be signed in to change notification settings - Fork 0
질문 : How do I install Python 3.6 using apt get?
eunflash edited this page Sep 4, 2017
·
1 revision
Ubuntu 14.04 and 16.04
-
If you are using Ubuntu 14.04 or 16.04, you can use J Fernyhough's PPA at https://launchpad.net/~jonathonf/+archive/ubuntu/python-3.6:
-
sudo add-apt-repository ppa:jonathonf/python-3.6 -
sudo apt-get update -
sudo apt-get install python3.6Alternatively, you can use Felix Krull's deadsnakes PPA at https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa: -
sudo add-apt-repository ppa:fkrull/deadsnakes -
sudo apt-get update -
sudo apt-get install python3.6