본문 바로가기
Research/Linux

TRAC: easy_install 설치

by sunnyan 2009. 7. 30.
728x90

webadmin 이란 plugin은 yum으로 설치가 되었는데, AccountManager라는 plugin은 yum에 없었다.

AccountManager라는 plugin을 설치하려고 하니 easy_install 로 설치를 한다고 하는데, 이건

ez_setup을 설치해야 한다.


1. ez_setup 설치

아래 링크된 파일을 에서 다른 이름으로 저장해서 아래와 같이 실행한다.

http://peak.telecommunity.com/dist/ez_setup.py 


[root@localhost temp]# python ez_setup.py
Setuptools version 0.6c9 or greater has been installed.
(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)
[root@localhost temp]# python ez_setup.py -U setuptools
Searching for setuptools
Reading http://pypi.python.org/simple/setuptools/
Best match: setuptools 0.6c9
Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c9-py2.5.egg#md5=fe67c3e5a17b12c0e7c541b7ea43a8e6
Processing setuptools-0.6c9-py2.5.egg
Moving setuptools-0.6c9-py2.5.egg to /usr/lib/python2.5/site-packages
Adding setuptools 0.6c9 to easy-install.pth file
Installing easy_install script to /usr/bin
Installing easy_install-2.5 script to /usr/bin

Installed /usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg
Processing dependencies for setuptools
Finished processing dependencies for setuptools
[root@localhost temp]#


위에서 보이는 것처럼 easy_install 과 easy_install-2.5 라는 실행스크립트가 /usr/bin에 설치된다.

easy_install-2.5는 또 먼지? 잘 모르겠음.



728x90

'Research > Linux' 카테고리의 다른 글

TRAC: web admin 설치시 주의할 점  (0) 2009.07.30
TRAC: Account Manager Plugin 설치  (0) 2009.07.30
TRAC : Setting up Plugin Cache  (0) 2009.07.29
trac에 Authentication 추가  (0) 2009.07.28
udev가 장치명을 변경할때  (0) 2009.07.17