yongyong-e

[Ubuntu16.04] How to Install Python 3.6 본문

프로그래밍/Python

[Ubuntu16.04] How to Install Python 3.6

Yonghan Kim 2017. 11. 22. 16:20

1) PPA 추가

$ sudo add-apt-repository ppa:jonathonf/python-3.6


2) 업데이트 및 설치

$ sudo apt-get update $ sudo apt-get install python3.6


Comments