Easy Install インストール


======================================================================
Package Arch Version Repository Size
======================================================================
Installing:
python-setuptools noarch 0.6c5-2.el5 base 479 k

    • elmarverde% sudo easy_install

error: No urls, filenames, or requirements specified (see --help)

    • elmarverde% sudo easy_install --help


  • 異なるバージョンの Python へ Easy Install をインストール
    • MacBook% ssh -i .ssh/ssh.key elmarverde@サーバ
    • elmarverde% cd src/
    • elmarverde% sudo /usr/local/bin/python2.7 ez_setup.py

Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
Processing setuptools-0.6c11-py2.7.egg
Copying setuptools-0.6c11-py2.7.egg to /usr/local/lib/python2.7/site-packages
Adding setuptools 0.6c11 to easy-install.pth file
Installing easy_install script to /usr/local/bin
Installing easy_install-2.7 script to /usr/local/bin


Installed /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg
Processing dependencies for setuptools==0.6c11
Finished processing dependencies for setuptools==0.6c11

    • elmarverde% easy_install --help