1、安装高版本GCC
https://blog.csdn.net/fm0517/article/details/79077706
2、安装python3.6
https://blog.csdn.net/geerniya/article/details/79263846
3、安装vim8
https://blog.csdn.net/geerniya/article/details/79686408
# bin目录添加到path
echo ‘export PATH=/usr/local/vim8/bin/:${PATH}‘ >> /etc/profile.d/path.sh
source /etc/profile.d/path.sh
原文:https://www.cnblogs.com/libaoshan/p/10425375.html