安装的方法
brew install python3

安装python3(mac、使用brew命令)

其中在最后一行/usr/local/Cellar/python/3.6.5这个便是使用brew安装python3的目录

配置环境变量
PATH=/usr/local/Cellar/python/3.6.5/bin:${PATH}
export PATH

相关文章:

  • 2022-01-17
  • 2022-12-23
  • 2021-12-17
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案