Mac下更新python

1. 查看python版本

shell 复制代码
python3 -V

2. 更新python版本

shell 复制代码
brew upgrade python

3. 查看python3的路径:

shell 复制代码
which python3

4. 修改.bash_profile文件

shell 复制代码
vim ~/.bash_profile
  • 插入python默认执行文件
shell 复制代码
alias python="/usr/local/bin/python3"

5. 应用环境变量

shell 复制代码
source ~/.bash_profile
  • 使用种方式更新python的同时会更新pip的版本
相关推荐
月光船幽幽3 小时前
检测用户意图复杂性的关键方法
人工智能·python
OPEN-F4 小时前
C++进阶教程:继承与多态
开发语言·c++
luj_17686 小时前
大律师考核应重能力与科技素养
c语言·开发语言·c++·经验分享·算法
风安•辛幸6 小时前
mac上微信最新v4以上版客户端多开教程,亲测可用
macos·微信
威联通网络存储6 小时前
TS-h3087XU-RP 汽车零部件质检追溯部署
python·汽车
你驴我6 小时前
WhatsApp 多账号场景下的会话归档与历史消息检索优化实践
后端·python
IT毕设实战小研6 小时前
基于安卓的空气质量查询系统
android·大数据·vue.js·爬虫·python·django·课程设计
leonkay7 小时前
C# 特性(Attribute)——【1】基础讲解
开发语言·青少年编程·面试·c#·.net·个人开发
harmful_sheep7 小时前
java group by常见用法
java·开发语言·python
SKH.7 小时前
Linux软件编程(6)线程间通信
java·开发语言·数据库