MacOS 上的 StarCluster 安装在哪里

Where is StarCluster Installed on MacOS

我按照下面提供的 link 中的说明使用 MacO 上的终端安装了 "StarCluster"。现在,我需要编辑配置文件以添加我的 AWS 凭证。但是,我不确定我的硬盘驱动器上安装了哪个文件夹 "StarCluster"。有谁知道如何找到文件夹?非常感谢您的帮助。

http://star.mit.edu/cluster/docs/latest/installation.html

根据 easy-install docs:

By default, packages are installed to the running Python installation's site-packages directory, unless you provide the -d or --install-dir option to specify an alternative directory, or specify an alternate location using distutils configuration files.

这是 finding your site-packages directory 的指南。