如何在fink上安装python使用python_select?它不会找到它,我不想完成使用macports安装python的整个过程。我从macports得到了python_select。它报道:
Available versions:
current none python26-apple
我用fink来安装python:
/sw/bin/python2.7
答案 0 :(得分:1)
我在我的机器中看到以下内容:
Available versions:
current none python26 python26-apple
我猜它正在查找路径中可用的python版本。从那以后,MacPorts转到/ opt;芬克去/ sw。 您的路径是不是很喜欢? $ PATH中包含的内容。
我建议你使用macports。 python_select适用于macports安装。
请参阅以下讨论,建议使用macports:
我个人使用macports。
sudo port install python27
sudo port install python_select
sudo python_select python27