본문 바로가기

카테고리 없음

[python] 맥 pypy3 설치 (원하는 버전 설치)

반응형

1. pypy3 설치

1) pypy3 다운로드

https://www.pypy.org/download.html

 

Download and Install

We provide pre-compiled binaries for many platforms and OSes. There are also pre-compiled binaries available on conda-forge. We have found conda-forge a convenient and cooperative community for distri

www.pypy.org

위의 사이트에서 원하는 버전을 os에 맞게 설치합니다~ 저는 7.3.9로 해줬어요!

 

2) 압축 해제한 후, /usr/local/bin에 폴더를 옮겨줍니다.

 

3) cd /usr/local/bin

 

4) sudo ln -s /usr/local/bin/[아까 옮긴 pypy폴더]/bin/pypy3 pypy3

 

5) curl -O http://python-distribute.org/distribute_setup.py

 

6) wget https://bootstrap.pypa.io/get-pip.py

wget이 없다면 brew install wget으로 설치해주세요!

만약 brew도 없다면, 직접 설치도 가능하지만 brew를 까는 걸 추천합니다.

 

7) pypy3 distribute setup.py

여기에서 SyntaxError 난다면 걱정하지 마세요.

끝까지 설정 잘하면, 잘 작동합니다.

 

8) pypy3 get-pip.py

 

9) sudo ln -s /usr/local/bin/[설치한 pypy3 폴더]/bin/pip pypy3-pip

10) sudo ln -s /usr/local/bin/[설치한 pypy3 폴더]/bin/easy_install pypy3-easy_install

 

11) 끝~

 

다음은 파이참(pycharm) 설치입니다~

혹시 파이참도 설치하기 원하시는 분들은 다음 포스팅으로 들어오세요!

728x90
반응형