Skip to content

Instantly share code, notes, and snippets.

@nanmi
Last active June 15, 2021 04:41
Show Gist options
  • Save nanmi/924e76c2cb8b440a5f93b2a4b8ede105 to your computer and use it in GitHub Desktop.
Save nanmi/924e76c2cb8b440a5f93b2a4b8ede105 to your computer and use it in GitHub Desktop.
PyPy加速python

PyPy安装及加速Python代码

首先安装PyPy环境

下载地址:https://downloads.python.org/pypy/

解压

创建使用pypy的virtualenv

mkvirtualenv -p {解压好的路径}/bin/pypy {virtualenv name}

OK!!

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