Trên Ubuntu 17.10 , biên dịch là giải pháp hiệu quả với tôi:
Lấy cảm hứng trực tiếp từ ý chính này , tôi đã làm như sau:
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install checkinstall
sudo rm -rf /usr/local/share/vim /usr/bin/vim
cd /tmp && git clone https://github.com/vim/vim
cd vim/src
make distclean
cd ..
./configure --enable-multibyte --enable-perlinterp=dynamic --enable-pythoninterp=dynamic --with-python-config-dir=/usr/lib/python2.7/config-x86_64-linux-gnu --enable-cscope --enable-gui=auto --with-features=huge --with-x --enable-fontset --enable-largefile --disable-netbeans --with-compiledby="put your name here" --enable-fail-if-missing
make
sudo make install
sudo ln -s /usr/local/bin/vim /usr/bin/vim
Đừng quên điều chỉnh các ./configure
tham số để bạn có tất cả các tính năng khác bạn cần.
Bây giờ bạn có thể mở vim và chạy lệnh :echo has('python')
để xác nhận bạn đã bật python 2.