Thursday, 22 August 2013

Vim uses system ruby and python

Vim uses system ruby and python

I have installed Python and Ruby using Homebrew and RVM respectively and
they work fine in terminal, but Vim (both system and MacVim from Homebrew)
launches system ones for some reason. :! which python returns
/usr/bin/python while which python in console returns
/usr/local/bin/python

No comments:

Post a Comment