본문 바로가기
운영체제/mac

맥에서 파이썬 인스톨러 사용하기

by 신일석 2014. 7. 23.

터미털을 열고 아래 내용을 입력한 후 엔터!


$ sudo easy_install pip


설치 결과


$ pip


Usage:   

  pip <command> [options]


Commands:

  install                     Install packages.

  uninstall                   Uninstall packages.

  freeze                      Output installed packages in requirements format.

  list                        List installed packages.

  show                        Show information about installed packages.

  search                      Search PyPI for packages.

  wheel                       Build wheels from your requirements.

  zip                         DEPRECATED. Zip individual packages.

  unzip                       DEPRECATED. Unzip individual packages.

  bundle                      DEPRECATED. Create pybundles.

  help                        Show help for commands.


General Options:

  -h, --help                  Show help.

  -v, --verbose               Give more output. Option is additive, and can be

                              used up to 3 times.

  -V, --version               Show version and exit.

  -q, --quiet                 Give less output.

  --log-file <path>           Path to a verbose non-appending log, that only

                              logs failures. This log is active by default at

                              /Users/ilsuk/Library/Logs/pip.log.

  --log <path>                Path to a verbose appending log. This log is

                              inactive by default.

  --proxy <proxy>             Specify a proxy in the form

                              [user:passwd@]proxy.server:port.

  --timeout <sec>             Set the socket timeout (default 15 seconds).

  --exists-action <action>    Default action when a path already exists:

                              (s)witch, (i)gnore, (w)ipe, (b)ackup.

  --cert <path>               Path to alternate CA bundle.

'운영체제 > mac' 카테고리의 다른 글

Install Homebrew  (0) 2014.09.17
vmware workstation을 이용한 mac os x 설치  (0) 2011.04.10
맥용 한글 뷰어 설치  (0) 2011.03.27