红联Linux门户
Linux帮助

Ubuntu 16.04 vim报错:required vim compiled with +python

发布时间:2016-04-25 15:29:58来源:linux网站作者:excelle_ICT

在Ubuntu 16.04 vim下报有错误信息: required vim compiled with +python


这是由于ubuntu 16.04 中的vim仅支持python3,因此若要支持python2,需要安装其它包(vim-nox-py2)。

stackoverflow中没有见到有效信息,相关信息在:http://askubuntu.com/questions/585237/whats-the-easiest-way-to-get-vim-with-python-3-support


本文永久更新地址:http://www.linuxdiyf.com/linux/20081.html