如何共享安装在不同 python 版本的 anaconda 上的模块?

How to share modules installed on anaconda with different python versions?

我已经用 anaconda 3.8.8 安装了 pandas 和 numpy。是否可以在默认的 Mac python 版本 3.8.2 中使用此模块,还是我必须重新安装它们? 最好, 大卫

Conda 的安装与您的系统不同Python。

所以是的,你必须重新安装它们(但这只是 pip install numpy pandas,尽管使用 virtualenvs 是个好主意)。