Quantcast

Which path uses MacVim?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Which path uses MacVim?

Niels Kobschätzki
Hi,

which $PATH does MacVim use? When I do :!echo $PATH it significantly
differs from the path I use in zsh or bash.
Where do I set the $PATH for MacVim?

Niels

--
You received this message from the "vim_mac" 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Which path uses MacVim?

Ben Schmidt
On 19/05/12 12:13 AM, Niels Kobschätzki wrote:
> Hi,
>
> which $PATH does MacVim use? When I do :!echo $PATH it significantly differs from
> the path I use in zsh or bash.
> Where do I set the $PATH for MacVim?

MacVim uses a login shell, as Terminal.app does, however it is not an
interactive shell. For bash, this means your PATH settings need to be in
~/.profile not ~/.bashrc. I'm not sure about zsh, but check its
documentation for where to put commands to run for all login shells
(whether interactive or not) and it should work.

Smiles,

Ben.



--
You received this message from the "vim_mac" 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Which path uses MacVim?

Giovanni Lanzani
In reply to this post by Niels Kobschätzki
On Friday, May 18, 2012 4:13:21 PM UTC+2, Niels Kobschätzki wrote:
> Hi,
>
> which $PATH does MacVim use? When I do :!echo $PATH it significantly
> differs from the path I use in zsh or bash.
> Where do I set the $PATH for MacVim?
>
> Niels

For zsh you can follow the advice given at

https://github.com/b4winckler/macvim/wiki/Troubleshooting

--
You received this message from the "vim_mac" 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
Loading...