Closed Alex23rodriguez closed 1 year ago
Hello @Alex23rodriguez !
That sounds like your PATH
might be sorted in a way that prioritizes system binaries rather than asdf
's. In order to help you troubleshoot, can you share the output of:
echo "$PATH"
Hi! there was something weird going on on my mac, where asdf
got added to PATH
after the paths from /etc/paths
and /etc/paths.d
. It would consistently happen even if I changed my .zshrc
. After resetting killing the tmux
session and restarting my computer the problem went away and things got correctly added to the beginning of the PATH
.
TLDR: the problem was indeed the PATH
, and some long running tmux session.
After installing a certain version and running
asdf global neovim <version>
, the system'snvim
command doesn't get updated (neither do thevim
or thevi
commands).The only way I can get the installed version to run is with
asdf exec nvim