https://github.com/syndbg/goenv/issues/247 moved the shims directory to the end of the PATH, so go doesn't work if have `/usr/bin/go`. ```shell # the shims directory to the end of the PATH which go /usr/bin/go ``` ```shell # the shims directory to the start of the PATH which go ~/.anyenv/envs/goenv/shims/go ```