Install Python 3
The following article presents how to install Python 3 on Ubuntu/Debian, or RHEL.
Ubuntu/Debian
To install the latest version of Python 3:
Run:
apt install python3
RHEL
Run:
dnf install python3
See also
Previous articles:
Next articles:
Go back to: Linux: Installation with BIM.