001、测试命令
[root@PC1 test]# bamba bash: bamba: command not found...
002、内核
[root@PC1 test]# uname -a Linux PC1 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
003、利用conda安装bamba
[root@PC1 test]# conda install -c conda-forge -n base mamba
004、测试mamba
[root@PC1 test]# mamba --version mamba 0.7.6 conda 4.12.0
005、进入python3环境
[root@PC1 test]# conda activate py38 (py38) [root@PC1 test]# python --version Python 3.8.16
测试bamba安装bwa软件
006、测试bwa命令
[root@PC1 test]# bwa bash: bwa: command not found...
007、失败了。。。。。
标签:root,PC1,centos7,conda,test,64,bamba,安装 From: https://www.cnblogs.com/liujiaxin2018/p/17418447.html