"CentOS django 설치"의 두 판 사이의 차이

(새 문서: ==사전확인== <source lang='dos'> [root@localhost ~]# rpm -qa | grep ^python python-libs-2.6.6-36.el6.x86_64 python-iniparse-0.3.1-2.1.el6.noarch python-pycurl-7.19.0-8.el6.x86_64 ...)
 
17번째 줄: 17번째 줄:


==python-pip 설치==
==python-pip 설치==
<source lang='dos'>
[root@localhost ~]# yum install python-pip
... (생략)
======================================================================================================
Package                        Arch                Version                  Repository        Size
======================================================================================================
Installing:
python-pip                    noarch              1.3.1-4.el6              epel              330 k
Installing for dependencies:
python-setuptools              noarch              0.6.10-3.el6              base              336 k


Transaction Summary
======================================================================================================
Install      2 Package(s)
Total download size: 666 k
Installed size: 2.5 M
Is this ok [y/N]: y
</source>
<source lang='dos'>
... (생략)
Installed:
  python-pip.noarch 0:1.3.1-4.el6                                                                   
Dependency Installed:
  python-setuptools.noarch 0:0.6.10-3.el6                                                           
Complete!
</source>


==같이 보기==
==같이 보기==

2014년 6월 19일 (목) 17:45 판

1 사전확인

[root@localhost ~]# rpm -qa | grep ^python
python-libs-2.6.6-36.el6.x86_64
python-iniparse-0.3.1-2.1.el6.noarch
python-pycurl-7.19.0-8.el6.x86_64
python-2.6.6-36.el6.x86_64
python-urlgrabber-3.9.1-8.el6.noarch
[root@localhost ~]# python -V
Python 2.6.6

2 EPEL 저장소 추가

3 python-pip 설치

[root@localhost ~]# yum install python-pip
... (생략)
======================================================================================================
 Package                        Arch                Version                   Repository         Size
======================================================================================================
Installing:
 python-pip                     noarch              1.3.1-4.el6               epel              330 k
Installing for dependencies:
 python-setuptools              noarch              0.6.10-3.el6              base              336 k

Transaction Summary
======================================================================================================
Install       2 Package(s)

Total download size: 666 k
Installed size: 2.5 M
Is this ok [y/N]: y
... (생략)
Installed:
  python-pip.noarch 0:1.3.1-4.el6                                                                     

Dependency Installed:
  python-setuptools.noarch 0:0.6.10-3.el6                                                             

Complete!

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}