如何在安装了python的fink中使用python_select?它找不到它,我不想经历使用macports安装python的整个过程。不过,我还是从macports买了python_select。它报告:
Available versions:
current none python26-apple我使用fink在以下位置安装了python:
/sw/bin/python2.7发布于 2010-11-09 16:27:59
我在我的机器上看到了以下内容:
Available versions:
current none python26 python26-apple我猜它是在查找path中可用的python版本。因为,MacPorts转到了/opt;Fink转到了/sw。在你的路径上是fink吗?包含在$PATH中的东西。
我建议你使用macports。python_select可以很好地与macports安装配合使用。
请参阅以下讨论,建议使用macports:
我个人使用macports。
sudo port install python27
sudo port install python_select
sudo python_select python27https://stackoverflow.com/questions/4131016
复制相似问题