Closed coolaj86 closed 6 years ago
nevermind, I think...
For some reason I had to manually export PATH... which seems very strange since child processes normally have access to it by default. Maybe fish is weird that way...
set -g PATH $PATH "$HOME/go/bin"
set -x PATH $PATH
set -g GOPATH "$HOME/go"
set -x GOPATH $GOPATH
Problem
If I go back and run it with bash (same environment variables) it works, however.