V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
Huadb
V2EX  ›  Python

Mac 怎么删除 python3.4

  •  
  •   Huadb · 2015-08-19 21:04:43 +08:00 · 2642 次点击
    这是一个创建于 3165 天前的主题,其中的信息可能已经有所发展或是发生改变。
    Huadb
        1
    Huadb  
    OP
       2015-08-19 21:25:38 +08:00
    1.删除 Python 框架
    sudo rm -rf /Library/Frameworks/Python.framework/Versions/x.x
    2.删除 Python 程序
    sudo rm -rf “/Applications/Python x.x ”
    3.删除 /usr/local/bin 目录下的 Python 连接
    x.x 为 Python 的版本号

    找到了一个,大家看看,不知道对不对。
    billgreen1
        2
    billgreen1  
       2015-08-20 07:28:08 +08:00
    先看看系统里面都有哪些 python
    which -a python
    我的是
    /Users/phil/anaconda/bin/python
    /Users/phil/anaconda/envs/python27/bin/python
    /usr/bin/python

    然后在决定删除哪个
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5232 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 07:10 · PVG 15:10 · LAX 00:10 · JFK 03:10
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.