将 MacPython 与 MacPorts 结合使用
我已经从 python.org 安装了 MacPython 2.7。如何将其设置为 MacPorts 中的默认值?
PS:#port select 提供变体:'
- none(active)
- python2.5-apple
- python2.6-apple
I've installed MacPython 2.7 from python.org. How to set it as default in MacPorts?
PS: #port select offers variants: '
- none(active)
- python2.5-apple
- python2.6-apple
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 MacPorts 不支持 MacPython,因此最好的选择是从 ports 安装 python 2.7。这样您就可以选择 python 2.7 作为默认值。
从 MacPorts 使用 python 的另一个优点是,如果您安装需要 python 的 ports,MacPorts 无需再次安装 python 2.7。
I think MacPorts is not aware of MacPython, and therefore your best bet would be to install python 2.7 from the ports. That way you'll be able to select python 2.7 as default.
Another advantage of using python from MacPorts is that if you install ports that require python, MacPorts won't have to install python 2.7 a second time.