Introduction
This article provides the steps needed to install Python pip.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the
python3-pip
package.- RHEL
dnf install python3-pip
- Ubuntu
apt install python3-pip
- RHEL
Comments
0 comments
Article is closed for comments.