Specifying the Python interpreter for vim's :python command

Posted by dwf on Stack Overflow See other posts from Stack Overflow or by dwf
Published on 2010-06-08T16:32:38Z Indexed on 2010/06/08 17:32 UTC
Read the original article Hit count: 381

Filed under:
|
|

(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?

© Stack Overflow or respective owner

Related posts about python

Related posts about vim