10
2
I'm using MacVim and when I don't launch it from the Terminal (mvim
) its $PATH does not include what I have set in my .bash_profile. It only seems to have the default values, /usr/bin:/bin:/usr/sbin:/sbin
.
I'm running OS X 10.5.8. Even if I could set it manually in my .vimrc that would be okay, though I would prefer it to pull from the same place as Terminal. I've tried following what one site suggested, adding let $PATH += /blah/foo:/bar/etc
to no avail.
Edit/Solution: See my answer below. MacVim has an option to fix this.
Similar question here
– Brad Parks – 2018-03-30T00:07:36.287