推荐学习书目
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 · Aug 19, 2015 · 3634 views
    This topic created in 3938 days ago, the information mentioned may be changed or developed.
    Huadb
        1
    Huadb  
    OP
       Aug 19, 2015
    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  
       Aug 20, 2015
    先看看系统里面都有哪些 python
    which -a python
    我的是
    /Users/phil/anaconda/bin/python
    /Users/phil/anaconda/envs/python27/bin/python
    /usr/bin/python

    然后在决定删除哪个
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   902 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 22:35 · PVG 06:35 · LAX 15:35 · JFK 18:35
    ♥ Do have faith in what you're doing.