iso:centos7.9
#需要安装python3
[root@master01 ~]# yum install python3 -y
[root@master01 ~]# python3 -m pip install biopython
[root@master01 ~]# python3
Python 3.6.8 (default, Nov 16 2020, 16:55:22)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Bio
>>> print (Bio.__version__)
1.79
>>> 
本文介绍了在CentOS 7.9系统中安装Python 3.6.8及其生物信息学库Biopython的步骤,包括yum安装python3和使用pip安装biopython,以及验证版本号的过程。
1793

被折叠的 条评论
为什么被折叠?



