jetsung MacOS 将 Python3 设置为默认 Python 版本 export PATH=/usr/local/opt/python3/libexec/bin:$PATH # 或者 可以这样 sudo echo "export PATH=/usr/local/opt/python3/libexec/bin:$PATH" >> /etc/profile # 然后使之生效 source /etc/profile