码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2016-12-07 01:45:23      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:support   for   编译   ons   port   read   and   vim   pil   

- 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失败的原因

标签:support   for   编译   ons   port   read   and   vim   pil   

原文地址:http://www.cnblogs.com/NewZi/p/6139552.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!