本文介绍了在安装Python时使用pypy进行easy_install的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我安装了 PyPy ,同时在我的系统上仍然使用Python 2.7.
I installed PyPy while still having Python 2.7 on my system.
- 我如何安装
easy_install
并将其与PyPy一起使用? - 用
easy_install
区分要安装到哪里的语法是什么? - 我应该设置任何环境变量以便于使用吗?
- How do I install and then use
easy_install
with PyPy? - What is the syntax for distinguishing where I want to install to with
easy_install
? - Should I set any environment variables for ease of use?
我在Windows上,但是这些问题似乎与所有平台都有关...
I'm on Windows, but these questions seem relevant for all platform...
推荐答案
您需要手动为pypy安装easy_install.
You need to install easy_install for pypy manually.
此问题的答案中对此进行了解释:在PyPy下安装Python鸡蛋
It's explained in the answer to this question :Installing Python eggs under PyPy
这篇关于在安装Python时使用pypy进行easy_install的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!