您的位置:首页 > 编程语言 > Python开发

Compiling VIM with python support

2015-05-15 23:54 537 查看
Run ./configure with

--enable-pythoninterp
--with-python-config-dir=/usr/lib/python2.6/config


Make sure you got a path to directory, which contains ‘config.c’ file.

Also no ‘/’ at the end of the path! That caused me problems.

./configure --with-features=huge --enable-gui=gnome2 --enable-cscope --enable-fontset  --enable-pythoninterp=yes --with-python-config-dir=/usr/lib/python2.6/config


ref:http://stackoverflow.com/questions/3373914/compiling-vim-with-python-support
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: