本文介绍了找不到macports python_select命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用MacPorts,并安装了python_select在2.6和2.7之间切换.但是由于某种原因,我现在在运行时收到找不到命令"错误:
I'm using MacPorts and had installed python_select to switch between 2.6 and 2.7. But for some reason I'm now getting a "command not found" error when running:
sudo python_select python26
$ PATH可能有问题吗?不知道在哪里寻找.
Possibly an issue with $PATH? Not sure where to look for it.
推荐答案
请参阅后续问题的答案:
See answer to subsequent reframing of question:
macports并未将python_select放在/opt/local中/bin
这篇关于找不到macports python_select命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!