Getting Started · Lesson 10 of 76
Install on Linux
Most Linux distributions already include Python 3. Check first:
python3 --version
If it's missing or old, install it with your package manager. On Debian/Ubuntu:
sudo apt update
sudo apt install python3 python3-pip python3-venv
On Fedora:
sudo dnf install python3 python3-pip
Then confirm with python3 --version. You're ready.
You’re reading for free. Sign in to keep your progress and earn a certificate when you finish.Sign in to keep my progress →