当前位置:  开发笔记 > 编程语言 > 正文

如何从OSX Leopard卸载python以便我可以使用MacPorts版本?

如何解决《如何从OSXLeopard卸载python以便我可以使用MacPorts版本?》经验,为你挑选了4个好方法。

我想使用python的macports版本而不是Leopard附带的版本.



1> jacobian..:

别.Apple提供各种依赖系统Python的系统实用程序(特别是Python"框架"构建); 删除它会导致你的问题.

相反,修改PATH变量ENVIRON你~/.bash_profile/opt/local/bin第一.



2> Greg Hewgill..:

我已安装:

$ which python
/usr/bin/python
$ which python2.5
/opt/local/bin/python2.5

我还在我的帖子中添加了以下内容.profile:

export PATH=/opt/local/bin:/opt/local/sbin:$PATH



3> bryan..:

使用python_select端口切换python解释器.

sudo port install python25
sudo port install python_select
sudo python_select python25

这将符号链接/opt/local/bin/python到所选版本.然后PATH如上所述导出.



4> 小智..:

python_select 现已弃用,请改用:

sudo port select python python26

推荐阅读
跟我搞对象吧
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有