会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
三角形
致力于帮助运维初学者完成 从0到1、从1到10 的蜕变
博客园
首页
新随笔
联系
管理
2020年3月18日
CentOS7 安装 Python3 和 Jupyter -- 全自动
摘要: 1 #!/bin/bash 2 3 # 检查操作系统版本,该脚本只能运行在 Centos 7.x 系统上 4 5 cat /etc/redhat-release |grep -i centos |grep '7.[[:digit:]]' >/dev/null 6 7 if [[ $? != 0 ]]
阅读全文
posted @ 2020-03-18 16:24 三角形
阅读(622)
评论(0)
推荐(0)
编辑
公告