Skip to content

Instantly share code, notes, and snippets.

@chen206
Last active March 18, 2016 04:32
Show Gist options
  • Save chen206/e07861b0ceaaa4a0b4da to your computer and use it in GitHub Desktop.
Save chen206/e07861b0ceaaa4a0b4da to your computer and use it in GitHub Desktop.
pyenv install pypy offline

pyenv安装pypy时因为下载困难,可以先通过其它方式下载pypy,然后离线安装

  1. 下载

http://www.pypy.org/download.html 比如 pypy-5.0.0-osx64.tar.bz2

文件校验 shasum -a 256 pypy-5.0.0-osx64.tar.bz2

  1. 复制到目录

~/.pyenv/sources/pypy-5.0.0/pypy-5.0.0-osx64.tar.bz2

  1. 安装

pyenv install -k -v pypy-5.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment