conda:找不到命令 | Ubuntu 18.04

时间:2021-04-03 10:32:27

标签: python anaconda 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

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

0 个答案:

没有答案
相关问题