Answer the question
In order to leave comments, you need to log in
Why doesn't source ~/.bashrc work from a script?
There is a script to install the software I need.
Install nvm like this:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
source ~/.bashrc
nvm install v6.8.1
source ~/.bashrc
, and then nvm install v6.8.1
, then everything works. sleep 5
, but to no avail. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question