macOS更新自带Python
macOS 系统更新命令行 CommandLineTools 工具中的 Python
# 删除现有命令行工具
sudo rm -rf /Library/Developer/CommandLineTools
# 重新安装最新版本
xcode-select --install
macOS 系统更新命令行 CommandLineTools 工具中的 Python
# 删除现有命令行工具
sudo rm -rf /Library/Developer/CommandLineTools
# 重新安装最新版本
xcode-select --install