Answers for "linux install idle"

2

linux install idle

sudo apt-get install idle3
Posted by: Guest on June-16-2020
0

install idle3 in linux

$ sudo apt install idle                [On Debian/Ubuntu for Python2]
$ sudo apt-get install idle3           [On Debian/Ubuntu for Python3]
$ sudo yum install python3-tools       [On CentOS/RHEL and Fedora]
Posted by: Guest on November-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language