-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MANPATH: unbound variable #1413
Labels
bugs
Oh no, something's broken :-(
Comments
Thanks for the report and the great repro steps! |
PeterDaveHello
added a commit
to PeterDaveHello/nvm
that referenced
this issue
Mar 15, 2017
By manpath's man page in Ubuntu 16.04: > If $MANPATH is set, manpath will simply display its contents and issue > a warning. By fa22d71 for nvm-sh#1413, `nvm` now will declare the "MANPATH" variable, no matter if it's set or not, so in the situation that $MANPATH is set, you'll get the warning: > manpath: warning: $MANPATH set, ignoring /etc/manpath.config
PeterDaveHello
added a commit
to PeterDaveHello/nvm
that referenced
this issue
Mar 18, 2017
By manpath's man page in Ubuntu 16.04: > If $MANPATH is set, manpath will simply display its contents and issue > a warning. By fa22d71 for nvm-sh#1413, `nvm` now will declare the "MANPATH" variable, no matter if it's set or not, so in the situation that $MANPATH is set, you'll get the warning: > manpath: warning: $MANPATH set, ignoring /etc/manpath.config
edwmurph
pushed a commit
to edwmurph/nvm
that referenced
this issue
Apr 9, 2018
edwmurph
pushed a commit
to edwmurph/nvm
that referenced
this issue
Apr 9, 2018
By manpath's man page in Ubuntu 16.04: > If $MANPATH is set, manpath will simply display its contents and issue > a warning. By fa22d71 for nvm-sh#1413, `nvm` now will declare the "MANPATH" variable, no matter if it's set or not, so in the situation that $MANPATH is set, you'll get the warning: > manpath: warning: $MANPATH set, ignoring /etc/manpath.config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have such use-case when I try to load NVM but I don't have
MANPATH
environment variable set.macOS 10.12.3
nvm debug
output:Successful loading of NVM.
The text was updated successfully, but these errors were encountered: