After install nvm with brew, and running nvm
, it says nvm: command not found
How can I get the command to execute?
From the docs:
Your system may not have a [.bash_profile file] where the command is set up. Simply create one with touch ~/.bash_profile and run the install script again
you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry.
Restarting worked for me...Why can't all bugs be so easy?!!