본문 바로가기

OS/Linux

[Ubuntu 20.04] Python3 Installation

반응형
# sudo apt update
# sudo apt install python3-dev python3-pip python3-venv

 

https://testtube.tistory.com/58

 

[Ubuntu 18.04] IDLE Python IDE Installation

for Python 3: # sudo apt-get update # sudo apt-get install idle3 for Python 2.7: # sudo apt-get install idle-python2.7 참고: https://www.ubuntu18.com/how-to-install-idle-python-ide-on-ubuntu-18-04/ How to install IDLE Python IDE on Ubuntu 18.04 Learn how

testtube.tistory.com

 

반응형