上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 403 下一页
摘要: 001、查看利用conda创建的虚拟环境 (base) [root@PC1 software]# conda env list # conda environments: # base * /root/anaconda3 002、利用conda创建虚拟环境 a、创建: (base) [root@PC 阅读全文
posted @ 2022-09-21 10:04 小鲨鱼2018 阅读(3339) 评论(0) 推荐(0)
摘要: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/?C=M&O=D 阅读全文
posted @ 2022-09-20 22:45 小鲨鱼2018 阅读(314) 评论(0) 推荐(0)
摘要: 001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 显示当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/ - https://m 阅读全文
posted @ 2022-09-20 22:31 小鲨鱼2018 阅读(4279) 评论(0) 推荐(0)
摘要: 001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 查看当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ - https://mirr 阅读全文
posted @ 2022-09-20 22:27 小鲨鱼2018 阅读(598) 评论(0) 推荐(0)
摘要: 001、 (base) liujiaxin01@ubuntu02:~$ conda config --show channels ## 查看当前源 channels: - https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ - https://mirr 阅读全文
posted @ 2022-09-20 22:22 小鲨鱼2018 阅读(4902) 评论(0) 推荐(1)
摘要: 001、 (base) [liujiaxin01@PC1 ~]$ conda config --show channels channels: - defaults 阅读全文
posted @ 2022-09-20 21:46 小鲨鱼2018 阅读(49) 评论(0) 推荐(0)
摘要: 001、 (base) [liujiaxin01@PC1 software]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## 系统发行版 (base) [liujiaxin01@PC1 software]$ conda 阅读全文
posted @ 2022-09-20 11:14 小鲨鱼2018 阅读(790) 评论(0) 推荐(0)
摘要: 001、 (base) [liujiaxin01@PC1 home]$ cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## 系统版本 (base) [liujiaxin01@PC1 home]$ conda --versio 阅读全文
posted @ 2022-09-20 10:36 小鲨鱼2018 阅读(57) 评论(0) 推荐(0)
摘要: 001、生成自然序列 (base) root@ubuntu02:/home/test# seq 5 ## 默认从1开始递增 1 2 3 4 5 (base) root@ubuntu02:/home/test# seq 2 5 ## 指定起始点 2 3 4 5 002、生成序列的时候指定步长 (bas 阅读全文
posted @ 2022-09-20 08:58 小鲨鱼2018 阅读(274) 评论(0) 推荐(0)
摘要: 001、 root@ubuntu01:/home/software# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS ## 系统版本 Release 阅读全文
posted @ 2022-09-19 23:27 小鲨鱼2018 阅读(182) 评论(0) 推荐(0)
上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 403 下一页