Ubuntu16.04下编译vim with python support失败的原因

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04下编译vim with python support失败的原因相关的知识,希望对你有一定的参考价值。

- youcompleteme原话:On Ubuntu 16.04, Python support was not working due to enabling both Python2 and Python3. Read answer by chirinosky for workaround.

- 第一个回答这个问题的, http://stackoverflow.com/questions/23023783/vim-compiled-with-python-support-but-cant-see-sys-version

- 解决办法:在编译的时候只选择python3支持, 或者只选择python2支持.

原因:

1. debian禁止了在同一进程同时加载libpython2和libpython3的库

2. debian 不喜欢python动态加载库的机制(python-dyn这个)

 

以上是关于Ubuntu16.04下编译vim with python support失败的原因的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu16.04安装vim8

ubuntu16.04下编译ceres-solver

Ubuntu16.04下编译android6.0源码

Ubuntu16.04下编译安装及运行单目ORBSLAM2

在ubuntu16.04-32bits 下编译vlc和vlc-qt开源项目

ubuntu下编译vim(for python)