Hello,
On a fresh install of Mac OSX 10.8.2 Mountain Lion, vim reports its PYTHONPATH as follows:
:python import sys; print(sys.path)
['/usr/lib/python27.zip', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-darwin', '/usr/lib/python2.7/plat-mac',
'/usr/lib/python2.7/plat-mac/lib-scriptpackages', '/usr/Extras/lib/python', '/usr/lib/python2.7/lib-tk', '/usr/li
b/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload']
the system-wide "/Library/Python/2.7/site-packages" is not in its PYTHONPATH.
This is causing issues with my vim plugins as they will not run unless I add the following to my vimrc: python import sys; sys.path.append('/Library/Python/2.7/site-packages')
This doesn't seem right, can anyone provide any insight to this?
Thanks
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
Thursday, January 10, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment