使用 mac 端口在 mac osx 上使用 python 2.7
Use python 2.7 on mac osx using macports
usge:~ glab$ port select --list python
Available versions for python:
none (active)
python25-apple
python26-apple
python27
usge:~ glab$ sudo port select --set python python27
Selecting 'python27' for 'python' failed: symlink: /opt/local/etc/select/python/current -> python27: file already exists
usge:~ glab$ which python
/opt/local/bin/python
我想将 python2.7 设置为我的默认值 python,但我失败了,并显示上面的错误消息。如何解决这个问题(我在 mac osx 上使用 mac 端口)
我以前 运行 遇到过这个问题,但我不记得这个问题是如何发生的。我认为解决方案就像删除错误中引用的符号链接并再次执行端口 select 命令一样简单。
usge:~ glab$ port select --list python
Available versions for python:
none (active)
python25-apple
python26-apple
python27
usge:~ glab$ sudo port select --set python python27
Selecting 'python27' for 'python' failed: symlink: /opt/local/etc/select/python/current -> python27: file already exists
usge:~ glab$ which python
/opt/local/bin/python
我想将 python2.7 设置为我的默认值 python,但我失败了,并显示上面的错误消息。如何解决这个问题(我在 mac osx 上使用 mac 端口)
我以前 运行 遇到过这个问题,但我不记得这个问题是如何发生的。我认为解决方案就像删除错误中引用的符号链接并再次执行端口 select 命令一样简单。