ubuntu 16.04에 python 3.6 설치

Repository 추가

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

패키지 설치

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

참고

  • https://unipro.tistory.com/237

Leave a Reply