修改~/.bash_profile

 

 vim ~/.bash_profile 
   # 添加这一行
   alias python="/usr/local/bin/python3"
   alias pip="/usr/local/bin/pip3"

   source ~/.bash_profile

 

相关文章:

  • 2021-11-18
  • 2021-11-18
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-05-31
  • 2021-12-28
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案