728x90
debian python3 설치
$ sudo nano /etc/apt/sources.list
# add
deb http://ftp.de.debian.org/debian testing main
$ echo 'APT::Default-Release "stable";' | sudo tee -a /etc/apt/apt.conf.d/00local
$ sudo apt-get update
$ sudo apt-get -t testing install python3.6
$ python3.6 -V
'프로그래밍 > python' 카테고리의 다른 글
pyinstaller를 이용한 tensorflow-gpu exe 파일 만들기 (5) | 2018.11.09 |
---|---|
Python DataFrame To excel with hyperlink (0) | 2018.09.27 |
ImportError: No module named 'tkinter' (0) | 2018.02.20 |
Centos에서 yum으로 python3 설치 (0) | 2018.02.20 |
Python hive Client 설정 (0) | 2016.03.30 |