0

pip command not found error

I tried installing pip but still the command not found error persists. How to get rid off that error. How to install pip??

Linux Python pip Add a comment
gabriel
asked May 02 2017

Answer

0

pip is a Python package. So try after installing python or else re-install it using below command.

# yum install python-pip

For installing this package, Epel repo is needed.

Add a comment
jagannatharumugam
asked May 02 2017
edited Oct 05 2018
Post your Answer