如何定义 PyCharm 让 anaconda 作为解释器?

How to define PyCharm to have anaconda as an interpreter?

我尝试搜索 python 路径,但没有成功。

如何在 PyCharm 中使用 anaconda python 解释器?

Anaconda gives a detailed explanation on how to do that.

您要添加的路径是 ~/anaconda/bin/python(仅在 PyCharm 未自动提供的情况下)。

对我有用的路径是~/anaconda3/bin/python3.7