mirror of
https://github.com/Jrohy/python3-install.git
synced 2026-04-03 03:08:18 +00:00
优化谷歌云下的安装
This commit is contained in:
@@ -65,6 +65,9 @@ checkSys() {
|
||||
colorEcho $RED "Not support OS!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# 缺失/usr/local/bin路径时自动添加
|
||||
[[ -z `echo $PATH|grep /usr/local/bin` ]] && { echo 'export PATH=$PATH:/usr/local/bin' >> /etc/profile; source /etc/profile; }
|
||||
}
|
||||
|
||||
commonDependent(){
|
||||
|
||||
Reference in New Issue
Block a user