yongyong-e
[Ubuntu16.04] How to Install Python 3.6 본문
1) PPA 추가
$ sudo add-apt-repository ppa:jonathonf/python-3.6
2) 업데이트 및 설치
$ sudo apt-get update $ sudo apt-get install python3.6
'프로그래밍 > Python' 카테고리의 다른 글
pyqtgraph examples (0) | 2018.11.14 |
---|---|
Install qt designer on ubuntu16.04 (0) | 2018.11.06 |
Python 가상환경을 통한 패키지 관리 (0) | 2017.10.12 |
[Algorithm] 문자열의 문자들이 유일한가? (0) | 2017.09.01 |
[Algorithm] 문자열 뒤집기 (0) | 2017.09.01 |
Comments