1

如何将 python_select 与 fink 安装的 python 一起使用?它不会找到它,我不想经历使用 macports 安装 python 的整个过程。我从macports得到了python_select。它报告:

Available versions:
current none python26-apple

我使用 fink 将 python 安装在:

/sw/bin/python2.7
4

1 回答 1

1

我在我的机器上看到以下内容:

Available versions:
current none python26 python26-apple

我猜它正在查找路径中可用的 python 版本。因为,MacPorts 转到 /opt;Fink 转到 /sw。芬克在你的道路上吗?$PATH 中包含的内容。

我建议你使用macports。python_select 适用于 macports 安装。

请参阅以下讨论,建议使用 macports:

我个人使用macports。

sudo port install python27 
sudo port install python_select
sudo python_select python27
于 2010-11-09T08:27:59.037 回答