上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 367 下一页
摘要: set -e选项保证程序的每一步都执行正确,如果前面一部程序执行错误,则直接退出程序 001、 不加 set -e的情况 (base) [root@PC1 test2]# ls test.sh (base) [root@PC1 test2]# cat test.sh #!/bin/bash xxxx 阅读全文
posted @ 2022-10-06 12:10 小鲨鱼2018 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: http://www.cpan.org/modules/INSTALL.html 阅读全文
posted @ 2022-10-06 09:44 小鲨鱼2018 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 001、问题 Can't exec "mysql_config": No such file or directory at Makefile.PL line 89. 002、解决方法 (base) [root@PC1 DBD-mysql-4.050]# yum install mariadb-de 阅读全文
posted @ 2022-10-06 09:35 小鲨鱼2018 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 001、包的下载地址: https://blog.csdn.net/qq_38496750/article/details/116495396 002、包的安装方法: http://t.zoukankan.com/modaidai-p-6690425.html 003、http://www.cpan 阅读全文
posted @ 2022-10-06 09:02 小鲨鱼2018 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_59196543/article/details/124749175 https://blog.csdn.net/m0_59196543/article/details/124749175 阅读全文
posted @ 2022-10-05 17:01 小鲨鱼2018 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 001、列出利用conda安装的软件列表 conda list 002、利用conda删除安装的软件 conda remove xxx软件名 参考:https://blog.csdn.net/qq_50637636/article/details/119997651 阅读全文
posted @ 2022-10-05 15:06 小鲨鱼2018 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40605511/article/details/122590227 https://blog.csdn.net/qq_40605511/article/details/122590227 阅读全文
posted @ 2022-10-05 11:33 小鲨鱼2018 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 001、问题 utils.c:33:18: fatal error: zlib.h: No such file or directory 002、解决方法 yum install zlib-devel zlib 再次编译即可。 参考:https://www.cnblogs.com/ltaodream 阅读全文
posted @ 2022-10-05 10:06 小鲨鱼2018 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 001、系统 [root@localhost home]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 方法1 conda安装 01、创建python环境 [root@localhost home]# conda crea 阅读全文
posted @ 2022-10-03 14:52 小鲨鱼2018 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 001、问题 src/delly.h:8:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory 002、解决方法 (py37) [root@localhost delly-1.1.5]# yum inst 阅读全文
posted @ 2022-10-02 18:18 小鲨鱼2018 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 367 下一页