conda:找不到命令 | Ubuntu 18.04

问题描述

当前问题:我安装了 Python 3.9,但仍在使用 Python 3.8。如何删除 Python 3.8?


我想在 Ubuntu 18.04 上下载 SimLoRD,作为专门用于此任务的新平台。首先是下载已安装的 Anaconda,然后是 Bioconda

在 Linux Terminal 中,bash:

conda install -c bioconda simlord
conda: command not found

我曾尝试创建一个单独的环境:

conda create --name myenvironment simlord
conda: command not found

我现在收到了这个 Unsatisfiable Error 回复

Linux Terminal

Windows Terminal

阅读 Linux Terminal 消息后,我认为它希望我使用 Python 2.7 或 Python 3.9。我使用的是 Python 3.8。


我按照此 tutorial 安装了 Python 3.9

Linux Terminal using Python 3.8 but saying I have Python 3.9

我已经坚持了几天。感觉我什么都试过了:(

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)