1. 程式人生 > >CentOS 7下Vim安裝YouCompleteMe插件

CentOS 7下Vim安裝YouCompleteMe插件

detail you 安裝 gcc source python3.6 目錄 -s com

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

CentOS 7下Vim安裝YouCompleteMe插件