1. 查看python版本
python3 -V
2. 更新python版本
brew upgrade python
3. 查看python3的路径:
which python3
4. 修改.bash_profile文件
vim ~/.bash_profile
- 插入python默认执行文件
aliaspython="/usr/local/bin/python3"
5. 应用环境变量
source ~/.bash_profile
- 使用种方式更新python的同时会更新pip的版本
本文转载自: https://blog.csdn.net/qq_40977118/article/details/134712958
版权归原作者 Fisher3652 所有, 如有侵权,请联系我们删除。
版权归原作者 Fisher3652 所有, 如有侵权,请联系我们删除。