-
<PYTHON>[pip 설치 02]Flower in my dev/Python 2016. 1. 13. 09:52
For RHEL 7.x and CentOS 7.x (x86_64)
We have already written post on “Install EPEL repo on CentOS 7 / RHEL 7” with more details. Below given command will install EPEL repo on CentOS 7 / RHEL 7.
yum install epel-release
For RHEL 6.x and CentOS 6.x (x86_64)
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
For RHEL 6.x and CentOS 6.x (i386)
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
For RHEL 5.x and CentOS 5.x (x86_64)
rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
For RHEL 5.x and CentOS 5.x (i386)
rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Installing pip with yum command
Now install pip with yum command
yum install -y python-pip
위의 내용은 http://sharadchhetri.com/2014/05/30/install-pip-centos-rhel-ubuntu-debian/ 에서 퍼옴
성공적으로 설치가 된다.
[결과]
'Flower in my dev > Python' 카테고리의 다른 글
<PYTHON>[절대경로, 상대경로, 현재경로] (0) 2016.06.21 <PYTHON>[byte-code(.pyc) 컴파일] (0) 2016.05.26 <PYTHON>[ipython notebook 사용] (0) 2015.11.24 <PYTHON>[Windows python 설치] (0) 2015.11.24 <PYTHON>[개발관련패키지] (0) 2015.11.17