가 있는지 확인 Python 설치되어 사용하는 경우,맥 os10.2 이상,당신은 아마 이미 어떤 버전이 기본적으로 설치됩니다. 을 확인하는 입력 터미널:
$ which python
또는
$ which python3
는 다음과 같은 상태로 되돌아/usr/bin/python
. 즉,파이썬은이 주소에 설치됩니다.,
설치
Python 을 설치하기 전에 App Store,macOS 명령 줄 개발 패키지,명령 줄 도구 및 PIP 및 homebrew 패키지 관리자에서 다운로드 할 수있는 XCode 를 설치해야합니다.,
Para instalar o command line tools, digite em um terminal:
$ xcode-select --install
Para instalar o pip, digite em um terminal:
$ sudo easy_install pip
Para atualizar o pip, digite em um terminal:
$ sudo pip install --upgrade pip
Para instalar o homebrew, digite em um terminal:
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
Para instalar o Python 2, digite em um terminal:
$ brew install python
Para instalar o Python 3, digite em um terminal:
$ brew install python3