How to install Pypy for Python 3.5?

霸气de小男生 提交于 2020-01-06 06:05:48

问题


I want to install Pypy for python 3.5.3. I am using Windows 10, 64 bits. I have looked in pypy website https://pypy.org/download.html but I cannot find useful information.

Can anyone help me on how to install and how to use pypy?

I have read it makes your code faster so that is why I want to use it


回答1:


All binary versions are packaged in a tar.bz2 or zip file. When uncompressed, they run in-place. For now you can uncompress them either somewhere in your home directory or, say, in /opt, and if you want, put a symlink from somewhere like /usr/local/bin/pypy to /path/to/pypy_expanded/bin/pypy. Do not move or copy the executable pypy outside the tree – put a symlink to it, otherwise it will not find its libraries.



来源:https://stackoverflow.com/questions/50507344/how-to-install-pypy-for-python-3-5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!