I try to install UltiSnips in different ways, but the same message appears every time I start vim. Python 2.7 is installed, but it seems that vim was installed before version 2.7.
I tried reinstalling vim using the link:
$ sudo apt-get install mercurial libssl-dev
$ sudo apt-get build-dep vim
$ hg clone http://hg.debian.org/hg/pkg-vim/vim
$ cd vim
$ hg checkout unstable
$ debian/rules update-orig
$ dpkg-buildpackage -i -I
$ cd ..
But the same problem remains. Thanks
source
share