一只特立独行的猪 一只特立独行的🐷
一只特立独行的🐷
  • 主页
  • web开发
  • 博客笔记
  • 软件工具
  • 随笔杂谈
  • 文章归档
  • 影音欣赏
  • 我的资源
  • 关于我
  • wechat_fill

MacOS Monterey 12.3 系统更新了自带的python问题

  • 2022-03-22
  • 软件工具
  • 评论(0)

MacOS Monterey 12.3 系统更新以后移除了自带的python问题,导致在终端中运行cd命令会出现。env: python: No such file or directory

file

原因是python 已经被从 12.3 系统中删除了,需要自己安装,比如用 homebrew

brew install python 

安装完python3发现还有问题,可以试试加一下python的软链

after \'brew install\'

run:

ln -s /usr/local/bin/python3 /usr/local/bin/python

文章参考

https://discussionschinese.apple.com/thread/253749219

Powered by Wordpress, Theme by Weibo
©2023 一只特立独行的🐷 All rights reserved