上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 408 下一页
摘要: 001、 [liujiaxin01@PC1 ~]$ conda config --show channels channels: - defaults 002、 [liujiaxin01@PC1 ~]$ conda config --show default_channels default_cha 阅读全文
posted @ 2023-07-19 10:57 小鲨鱼2018 阅读(995) 评论(0) 推荐(0)
摘要: 001、改变所有者 [root@PC1 liujiaxin01]# ls Anaconda3-2023.03-1-Linux-x86_64.sh [root@PC1 liujiaxin01]# ll total 881264 -rw-r--r--. 1 root root 902411137 Jul 阅读全文
posted @ 2023-07-19 10:14 小鲨鱼2018 阅读(193) 评论(0) 推荐(0)
摘要: 001、ifconfig [root@PC1 test03]# ifconfig | head ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.254.130 netmask 255.255.255.0 阅读全文
posted @ 2023-07-18 22:22 小鲨鱼2018 阅读(73) 评论(0) 推荐(0)
摘要: 001、系统信息 [root@PC1 software]# cat /etc/system-release CentOS Linux release 7.6.1810 (Core) 002、当前gcc编译器版本 [root@PC1 software]# gcc --version gcc (GCC) 阅读全文
posted @ 2023-07-17 23:08 小鲨鱼2018 阅读(2625) 评论(0) 推荐(0)
摘要: 01、系统信息 [root@PC1 ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 02、测试python3 [root@PC1 ~]# python3 --version bash: python3: command 阅读全文
posted @ 2023-07-17 22:40 小鲨鱼2018 阅读(29) 评论(0) 推荐(0)
摘要: 001、问题configure: error: GMP is missing or unusable 002、解决方法: [root@PC1 gdb-13.2]# yum -y install gmp* 003、验证; [root@PC1 gdb-13.2]# make 。 阅读全文
posted @ 2023-07-17 22:35 小鲨鱼2018 阅读(1059) 评论(0) 推荐(0)
摘要: 001、问题:configure: WARNING: expat is missing or unusable; some features may be unavailable. 002、解决方法 [root@PC1 gdb-13.2]# yum install expat-devel 003、验 阅读全文
posted @ 2023-07-17 22:07 小鲨鱼2018 阅读(453) 评论(0) 推荐(0)
摘要: 001、查看软链接 [root@PC1 software]# ls -l /lib64/libc.so.6 lrwxrwxrwx. 1 root root 12 Jul 17 17:22 /lib64/libc.so.6 -> libc-2.17.so 002、执行 /lib64/libc.so.6 阅读全文
posted @ 2023-07-17 18:11 小鲨鱼2018 阅读(632) 评论(0) 推荐(0)
摘要: 001、问题:checking whether to use .ctors/.dtors header and trailer... configure: error: missing __attribute__ ((constructor)) support?? [root@PC1 build]# 阅读全文
posted @ 2023-07-17 17:07 小鲨鱼2018 阅读(260) 评论(0) 推荐(0)
摘要: 001、 以glibc-2.31为例 [root@PC1 glibc-2.31]# pwd /home/software/glibc-2.31 [root@PC1 glibc-2.31]# cat INSTALL | grep -E "newer|later" | grep "*" ## 查看安装依 阅读全文
posted @ 2023-07-17 15:41 小鲨鱼2018 阅读(569) 评论(0) 推荐(0)
上一页 1 ··· 105 106 107 108 109 110 111 112 113 ··· 408 下一页