use . instead of source for sourcing the shell script
fix a few deprecation-related notices
export NVM_DIRto the environment with what we specify in nvm_root so that one can utilize it in scripts (if there was an nvm which command like rbenv's, this wouldn't have been necessary. I needed this to locate specific binaries)
.
instead ofsource
for sourcing the shell scriptNVM_DIR
to the environment with what we specify innvm_root
so that one can utilize it in scripts (if there was annvm which
command like rbenv's, this wouldn't have been necessary. I needed this to locate specific binaries)