Installing Python
If you use Ubuntu or any distro based on it, run the following command in Terminal:
sudo apt install python3 python3-pip
Repository Package Information: python, pip
If you use Fedora, run the following command in Terminal
sudo dnf install python3 python3-pip
Repository Package Information: python, pip
If you use Arch Linux or any distro based on it, run the following command in Terminal:
sudo pacman -S python python-pip
Repository Package Information: python, pip
Check the Python
installation
Open Terminal and run:
Check the pip
installation
Open Terminal and run:
If it returns the version of both then it is installed correctly!