【发布时间】:2021-05-25 15:55:19
【问题描述】:
我在 MS Windows 10 上使用 Ubuntu 20.04 WSL。我从主页 (https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh) 安装了 anaconda,并尝试创建如下图所示的新环境。
如您所见,我只是创建了一个新环境并切换到该环境,但没有找到 Python 命令。
我做了echo $PATH 并得到了
/home/my_username/anaconda3/envs/test/bin:/home/my_username/anaconda3/condabin:
已经在 PATH 的开头了。
我该如何解决这个问题?谢谢
【问题讨论】:
标签: anaconda windows-subsystem-for-linux