Enable Python support for Vim

Source: Internet
Author: User

If you want to add plugins such as Youcompleteme to Vim, then you need vim with Python support, which is specified in the first compilation option. Here's how:

1. See if Python is supported

grep python

Description does not join Python support, this time if you use youcompleteme this plugin, there will be a warning

2, the solution: re-compile the installation of Vim, open the vim of the Python support, you can.

./configure  --enable-pythoninterp=yes--with-python-config-dir=/usr/lib64/python2.6/config

Tip: You may experience the following issues

Workaround:

Yum Install Python-devel

3. Again, VIM has added Python support

Enable Python support for Vim

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.