vimr: `$PATH` sometimes not set correctly
YouCompleteMe doesn’t work in VimR, it works when I run nvim in iTerm2. I think it’s because I built YCM using python3 installed using
pyenv
and vimr use system’s python. I’ve found a similar closed issue before: #96, but I don’t want to touch system’s python. Is there a way to make VimR works with python configured in my terminal’s PATH, at least when starting fromvimr
command line?
- Launch NeoVimServer using the user’s login shell.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 34 (15 by maintainers)
Commits related to this issue
- GH-262 Launch NeoVimServer using login shell. — committed to qvacua/vimr by qvacua 8 years ago
- GH-262 Use exec instead of eval... -_- — committed to qvacua/vimr by qvacua 8 years ago
- GH-262 Use -i option for zsh — committed to qvacua/vimr by qvacua 8 years ago
- GH-262 Add advenced pref pane — committed to qvacua/vimr by qvacua 8 years ago
- GH-262 Store pane name in pref pane — committed to qvacua/vimr by qvacua 8 years ago
Try the build 77. The
-i
flag is turned off by default. You can turn it on in “Preferences -> Advanced” though, @phuna .OK, try this one: https://github.com/qvacua/vimr/releases/tag/snapshot%2F20160910.0900-70
Using
-i
only forzsh
.