Attempted to add to this question: NVM Command Not Found, however wasn't able to.
After installing nvm im having the same issue, here is the log from terminal:
Michael-iMac:~ michaels_imac$ curl https://raw.github.com/creationix/nvm/master/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1202 100 1202 0 0 5759 0 --:--:-- --:--:-- --:--:-- 6829
=> NVM is already installed in /Users/michaels_imac/.nvm, trying to update
=>
Already up-to-date.
Michaels-iMac:~ michaels_imac$ nvm install 0.8
-bash: nvm: command not found
echo $SHELL
). If you are using zsh the correct file is~/.zshrc
. Also check this. – Salem Apr 08 '13 at 17:16.bashrc
(it is a hidden file located on your home folder: if it doesn't exist you can create a blank one) with a text editor and add[[ -s /home/$USER/.nvm/nvm.sh ]] && . /home/$USER/.nvm/nvm.sh
at the end. – Salem Apr 09 '13 at 15:13