macbook不动python2装python3

macbook上如何不动python2装python3,macbook不动python2装python3,macbook不动python2装python3,谢谢大家

直接安装就好了,运行的时候在shell中输入python3

img

或者用先安装homebrew, 然后通过brew install python3安装,然后再配置一下
如果用的是bash,那就在.bash_profile 配置一下python的bin目录
如果是zsh, 在.zshrc 配置一下python的bin目录

以下是我的配置,我安装的anaconda

img