개발/Python

Ubuntu Python IDLE Install

강서버 2021. 4. 15. 19:26
반응형

Python 3:

$ sudo apt install idle3

 

Python 2:

$ sudo apt install idle-python2.7

 

Execute IDLE

$ idle

 

or (background running)

 

$ idle &

 

 

728x90
반응형

'개발 > Python' 카테고리의 다른 글

비트코인 15분 전 KRW 시세 파이썬 코드  (0) 2021.04.16
PIP 패키지 설치  (0) 2021.04.16
Python library list backup reinstall  (0) 2021.04.15
Windows 10 Python 64bit, 32bit install  (0) 2021.04.15
matplotlib 한글 깨짐 처리  (0) 2021.04.08