正在从 mac 的预安装 python 文件夹中删除文件

Deleting files from pre installed python folder of mac

从站点包文件夹中删除 files/folders 是否安全?

/Library/Python/2.7/site-packages/mysql

此文件夹中的自述文件显示:

This directory exists so that 3rd party packages can be installed here. Read the source for site.py for more details.

我想删除文件和文件夹以删除之前安装的 connector/python。

使用:

pip uninstall [options] <package> ...