-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I meet some error when run you script #1
Comments
This vimrc requires VIM compiled with python. Seems like this thread would have some good info for you: |
I get the same " Error ", but I can't execute the command "apt install vim-nox-py2" with Debian.So what should I do? |
Hi. I am a Linux noobs and am trying your script on Linux Mint 19 and these are the error messages I get: Have you tried your script on the latest Ubuntu or Linux Mint? Thanks |
yeah basically you need vim compiled with python 2 support for that to work.. .if you vim has python 3 support you can change |
thanks, that helped me :) |
After run your script, I got following message. I don't know what's wrong with it. Could you help me solve it? Thank you.
line 65:
E319: Sorry, the command is not available in this version: py << EOF
line 66:
E492: Not an editor command: import os.path
line 67:
E492: Not an editor command: import sys
line 68:
E492: Not an editor command: import vim
line 69:
E15: Invalid expression: 'VIRTUA_ENV' in os.environ:
line 126:
E171: Missing :endif
Error: Required vim compiled with +python
My OS is ubuntu16.04
The text was updated successfully, but these errors were encountered: