Skip to content

Instantly share code, notes, and snippets.

@condorheroblog
Created March 8, 2022 10:37
Show Gist options
  • Save condorheroblog/bbe80a367b54a73b742f43d5eb925e7b to your computer and use it in GitHub Desktop.
Save condorheroblog/bbe80a367b54a73b742f43d5eb925e7b to your computer and use it in GitHub Desktop.

在 Mac 中如何卸载 Python

第一步

➜ which python3
/Library/Frameworks/Python.framework/Versions/3.10/bin/python3

第二步

访达 command + shift + G 打开前往,输入:

/Library/Frameworks/Python.framework/Versions/

第三步

删除 3.10 对应的文件夹。

第四步

删除 Applications 文件夹里面的 3.10 文件夹。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment