Mac上的easy_install和Macports

时间:2013-11-27 18:44:19

标签: python macos python-2.7 macports easy-install

我在这里easy_install with various versions of python installed, mac osx看到了这个问题的答案,但它没有安装我的python版本。当我运行port select --list python时,我得到以下列表:     没有     python25苹果     python26苹果     python27(主动)     python27-苹果

我的问题是,无论我如何编辑路径,所有内容仍然使用/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin而不是/ opt / local / bin / python进行安装。我不知道如何解决这个问题。我尝试使用virtualenv但由于缺少点数等而无法安装。

编辑:我不是尝试使用macports安装pip。问题是我使用的python是通过macports安装的python,当我尝试使用easyinstall安装任何东西时,它使用的是python的苹果版本。例如,我使用easy_install安装了python eve,但是当我调用我的python时它不能正常工作

1 个答案:

答案 0 :(得分:0)

port只是mac osx的一个包管理器。没有必要用它来安装pip / etc。

http://www.pip-installer.org/en/latest/installing.html

在调用python

时使用要使用的python bin的完整路径

一旦完成编辑你的路径(优先考虑你想要使用的python版本)