Skip to content

gh-59149: Setup documentation for IDLE on Linux and add section in Editors #130003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/using/unix.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
StanFromIreland and encukou authored Feb 11, 2025
commit f8ca70f6a27c6c1fc3551a17df76e751adc429f1
10 changes: 6 additions & 4 deletions Doc/using/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,20 @@ In some cases, IDLE might not be included in your Python installation.

* For Debian and Ubuntu users::

sudo apt install idle-python3.x
sudo apt update
sudo apt install idle

* For Fedora, RHEL, and CentOS users::

sudo dnf install python3.x-idle
sudo dnf install python3-idle

* For SUSE and OpenSUSE users::

sudo zypper in python3.x-idle
sudo zypper in python3-idle

* For Alpine Linux users::

sudo apk add python3.x-idle
sudo apk add python3-idle



Expand Down
Loading