我根据这个link从源代码安装了vim,并且它是成功的。但是没有python- support
。我已经安装了python-dev
并且我已经找到了Python config-file
所在的目录来设置正确的标志:
--with-python-config-dir=/usr/lib/python2.7-config
--enable-pythoninterp
我已经从源头安装了两次vim,因为我第一次忘了某事。
我现在如何获得python-support
?
答案 0 :(得分:1)
您展示的安装指南也说明了
您可能需要在配置调用中添加
--with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu/
。
你试过这个吗?
仅供参考,这是我的Debian jessie(又名测试)x86_64上目录的内容。
$ ls /usr/lib/python2.7/config-x86_64-linux-gnu
Makefile Setup Setup.config Setup.local config.c config.c.in
install-sh* libpython2.7-pic.a libpython2.7.a libpython2.7.so@ makesetup* python.o