会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
CoderWGB
Stay hungry, stay foolish. Talk is cheap, show me the code.
博客园
首页
新随笔
联系
订阅
管理
2022年4月26日
Mac升级12.3.1之后终端cd一下就报env: python: No such file or directory的错误
摘要: 原因是系统移除了自带的python版本,而自己安装的python3又和系统存放的目录不同,需要ln -s 创建软链接来使用 先查看python3所在 which python3 # 打印 /usr/local/bin/python3 然后建立软连接 ln -s /usr/local/bin/pyth
阅读全文
posted @ 2022-04-26 19:41 CoderWGB
阅读(2180)
评论(0)
推荐(0)
编辑
公告