When I try to run vim in command line I get Python errors
- by Eduan
When I try running vim in the Terminal (so as to follow @romainl's suggestion in my other question) I get lots of Python errors, which all boil down to:
IOError: invalid Python installation: unable to open /usr/include/python2.7/pyconfig.h (No such file or directory)
Why is this? I can use Python or Sublime Text even, without any problems.
The…