You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 2.6.0 release rbenv stopped working and echos setenv: Too many arguments during init. This is caused from the first line in the init script setenv PATH '/home/adg/.rbenv/shims' $PATH and setenv not working with multiple values anymore. Is this intended behavior? The release notes state that setenv was changed, but this doesn't seem to be correct 😕
fish 2.6.0
Ubuntu 17.04
Tested on clean Ubuntu docker container with just fish and rbenv installed. config.fish just containing status --is-interactive; and . (rbenv init -|psub)
Since 2.6.0 release rbenv stopped working and echos
setenv: Too many argumentsduring init. This is caused from the first line in the init scriptsetenv PATH '/home/adg/.rbenv/shims' $PATHand setenv not working with multiple values anymore. Is this intended behavior? The release notes state that setenv was changed, but this doesn't seem to be correct 😕fish 2.6.0
Ubuntu 17.04
Tested on clean Ubuntu docker container with just fish and rbenv installed.
config.fishjust containingstatus --is-interactive; and . (rbenv init -|psub)