摘要: 1 #!/bin/bash 2 3 # 1、检查当前系统Python版本 4 5 python_old_version=$(python -V 2>&1 | awk '{print $2}') 6 echo "当前系统Python版本为: $python_old_version" 7 8 # 2、检 阅读全文
posted @ 2016-08-23 15:16 三角形 阅读(564) 评论(0) 推荐(0) 编辑