*** 1. 终端打开~/.bash_profile文件 ***

open ~/.bash_profile

*** 2. 添加以下内容到.bash_profile文件 ***

# Setting PATH for Python 3.5

PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"

export   PATH

*** 3. 添加别名.bash_profile文件 ***

alias python="/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5"

*** 4. 终端中重新读取.bash_profile文件 ***

source ~/.bash_profile

     此时,在终端中输入python,应该就是python3的环境了。 

     注意:添加时,路径的双引号( 因为这个问题浪费几个小时,不知道mac的输入法怎么回事)。

 

 

原文:https://blog.csdn.net/monkey7777/article/details/52295611

相关文章:

  • 2021-12-05
  • 2021-12-23
  • 2021-12-07
  • 2021-12-23
  • 2021-12-29
  • 2021-12-26
  • 2022-02-18
  • 2022-12-23
猜你喜欢
  • 2022-02-05
  • 2022-12-23
  • 2021-04-13
  • 2021-06-27
  • 2021-12-20
  • 2021-04-19
  • 2021-11-01
相关资源
相似解决方案