可以在 WSL2 中使用 Windows 安装 Anaconda 吗?

use*_*706 5 anaconda windows-subsystem-for-linux

如果是这样,该怎么做?

我只找到了通过 WSL2 安装 anaconda 的说明,但我已经在 Windows 中安装了它。

我发现下面的代码片段让 WSL2 运行我的 Windows bash 帮助程序,该帮助程序存储了我的 github 凭据,并希望得到类似的结果。

git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe"

或者,如果我必须通过 WSL2 安装但可以在 Windows 中使用它,那也可以。我只是真的不想拥有两份。