-
Notifications
You must be signed in to change notification settings - Fork 137
Multiple errors on startup. #77
Comments
Seems like you don't have python support compiled in for your version of vim. |
It appears that for Ubuntu 17.04 Zesty, Even with python2 support, this issue persists: I tried to solve this problem by first uninstalling vim (DANGER: take note of any files, such as your vimrc, which may be lost.). To be sure everything is uninstalled: sudo apt-get remove *vim* Caution: this may match some non-vim packages. And then, compiling ViM from source: cd /tmp && git clone https://github.com/vim/vim.git && cd vim
./configure --enable-pythoninterp --prefix=/usr
make && sudo make install Now, when I run
|
Yes, it is crucial that What people can do to fix this problem is to install required dependencies in order to get |
I am on Mint 18.3 which should based on Ubuntu 16.04. I encountered the same issue on startup. My solution is: After installation, I change the yavide.desktop to use vim.gnome-py2 -g to launch yavide. Because I am using python 3 as my default python. So, before installation, I also change the "PIP_INSTALL_CMD" in install.sh to "pip2 install". |
Thanks for reporting the solution back. |
Why does this happen and how do I fix this?
The text was updated successfully, but these errors were encountered: