pip, virtualenv 설치

참고 : http://yong27.biohackers.net/373 , http://blog.naver.com/ez_/140138625021

easy_install은 다른 패키지 설치를 하다가 설치되어 버렸다.
easy_install을 이용해 pip과 virtualenv를 설치


claztec:site-packages claztec$ sudo easy_install pip
Password:
Searching for pip
Reading http://pypi.python.org/simple/pip/
Reading http://pip.openplans.org
Reading http://www.pip-installer.org
Best match: pip 1.0.2
Downloading http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz#md5=47ec6ff3f6d962696fe08d4c8264ad49
Processing pip-1.0.2.tar.gz
Running pip-1.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-7gMJPa/pip-1.0.2/egg-dist-tmp-HW3PqS
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.txt' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
Adding pip 1.0.2 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip-2.7 script to /usr/local/bin

Installed /Library/Python/2.7/site-packages/pip-1.0.2-py2.7.egg
Processing dependencies for pip
Finished processing dependencies for pip
claztec:site-packages claztec$ sudo pip
Usage: pip COMMAND [OPTIONS]

pip: error: You must give a command (use "pip help" to see a list of commands)
claztec:site-packages claztec$
claztec:site-packages claztec$
claztec:site-packages claztec$ sudo pip install virtualenv
Downloading/unpacking virtualenv
  Downloading virtualenv-1.7.tar.gz (2.1Mb): 2.1Mb downloaded
  Running setup.py egg_info for package virtualenv
   
    warning: no previously-included files matching '*.*' found under directory 'docs/_templates'
Installing collected packages: virtualenv
  Running setup.py install for virtualenv
   
    warning: no previously-included files matching '*.*' found under directory 'docs/_templates'
    Installing virtualenv script to /usr/local/bin
Successfully installed virtualenv
Cleaning up...
claztec:site-packages claztec$

저작자 표시 비영리 변경 금지
|  1  |  2  |  3  |  4  |  5  |  6  |  7  | ...  110  |