I am following these instructions:
https://keymetrics.io/2015/02/03/installing-node-js-and-io-js-with-nvm/
and running this curl request:
curl https://raw.githubusercontent.com/creationix/nvm/v0.23.2/install.sh | bash
It opens my bash_profile (not my bashrc?) and nothing changes. I then do not have the npm command available to me in my bash and there is no .nvm file in my home directory and node -v doesn't work. Any ideas on what might be going wrong?