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
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
Post a Comment