Digital Marketing

How to install pip on CentOS

You can install python-pip by yum

python-pip.noarch : A tool for installing and managing Python packages

$ sudo yum -y install python-pip

Or you can install python-setuptools

python-setuptools.noarch : Easily build and distribute Python packages

$ sudo yum -y install python-setuptools

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database