Install Python 3 PIP Debian GNU/Linux
Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x PIP and Setuptools with easy_install on Debian GNU/Linux.
And the Python 3 PIP for Debian is the Python Package Manager used to Install and Manage Software Packages written in Python 3.
-
Open a Shell session
(Press “Enter” to Execute Commands) -
Installing Python 3 Pip Tool
sudo apt install python3-pip
-
Then to Install Python Setuptools.
pip3 install -U setuptools
Or
sudo pip3 install -U setuptools