(Mac)Vim seems to be picking up /usr/bin/python instead of the one that’s at the front of my path (/Library/Frameworks/Python.framework/Versions/2.6/bin/python) when I use the :python command. Is this entirely a compile-time thing or can I somehow override it?
(Mac)Vim seems to be picking up /usr/bin/python instead of the one that’s at the
Share
Seems like it is an entirely compile-time thing:
my
vim --versionalso reports being built against a specific python.another symptom of this is that the
:pythoncommand won’t work with vim unlessvim --versionreports +python.