Git: https://github.com/vim/vimpython
# yum install -y perl-devel
CFLAGS="-I/usr/lib64/perl5/CORE/" ./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-pythoninterp=yes \ --with-python-config-dir=/usr/lib/python2.7/config \ --enable-python3interp=yes \ --with-python3-config-dir=/usr/lib/python3.5/config \ --enable-perlinterp=yes \ --enable-luainterp=yes \ --enable-gui=gtk2 --enable-cscope # --prefix=/usr/local/vim8
make -j 3 make install