相关疑难解决方法(0)

compiling vim with python support

I'm trying to compile Vim 7.2 with Python 2.5.1 support, but I'm having some trouble.

  1. I run configure which seems like it is working as expected

    ./configure --with-features=huge --enable-pythoninterp --prefix=/home/username/vimpy
    
    Run Code Online (Sandbox Code Playgroud)

    I can see that changes to --with-features works as I expect (the final compiled version has new features), and it sets up Python correctly

    checking for python... (cached) //python/2.5/bin/python checking Python version... (cached) 2.5 checking Python is 1.4 or better... yep checking Python's install prefix... (cached) //python/2.5 checking Python's execution …

python vim

58
推荐指数
3
解决办法
6万
查看次数

标签 统计

python ×1

vim ×1