python.org下载的dmg安装了python3.5
想要卸载原来安装的3.4,但没发现什么标准的方法
suspicious package是一种方法,但是难道我还要去找当初安装3.4的那个包?
另外一般人是怎么安装python的?是否用brew安装python3比较好?
另外以下两个链接指向不同有何差别?我看了下这两目录下都有python3.5和python3.4
localhost:~ htea$ which python3.5
/usr/local/bin/python3.5
localhost:~ htea$ which python3.4
/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4
官方说明: https://docs.python.org/3/using/mac.html#getting-and-installing-macpython
简单来说就是
删除
/Library/Frameworks/Python.framework
删除
简单来说就是/usr/local/bin/
/Library/Frameworks/Python.framework
🎜🎜/usr/local/bin/
下的 python 链接(symlink)🎜🎜 🎜Refer to the macpython install instructions of the python document combined with the installation file analysis of the suspicious package.
Manually deleted many files under the py3.4 version directory
/Library/Frameworks/Python.framework
/usr/local/bin/ due to my installation py3.5, which has many overlapping files with py3.4 in the /usr/local/bin/ directory, so you have to make a judgment before deleting them. .