Anaconda 水蟒和水蟒没有说话

Anaconda 水蟒和水蟒没有说话,anaconda,jupyter,conda,Anaconda,Jupyter,Conda,如何解决此问题: (base) me:~$ which jupyter /home/me/anaconda3/bin/jupyter (base) me:~$ conda uninstall jupyter Collecting package metadata (repodata.json): done Solving environment: failed PackagesNotFoundError: The following packages are missing from the

如何解决此问题:

(base) me:~$ which jupyter
/home/me/anaconda3/bin/jupyter
(base) me:~$ conda uninstall jupyter
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are missing from the target environment:
  - jupyter

基于(可能是错误的假设)anaconda3是某种python环境,而conda是该环境的包管理器,上述内容似乎不可能实现


免责声明:我花了一个小时在谷歌上搜索“anaconda”、“conda”、“Ipyton”、“jupyter”等,现在我比刚开始的时候更困惑了。

请在问题中添加
conda list jupyter的输出