- easy_install 설치
확인
[root@zetawiki ~]# easy_install
-bash: easy_install: command not found
[root@zetawiki ~]# pip
-bash: pip: command not found
python-pip 설치
[root@zetawiki ~]# 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!
확인 2
[root@zetawiki ~]# easy_install
error: No urls, filenames, or requirements specified (see --help)
같이 보기