Created
May 19, 2021 08:42
-
-
Save RidaRidss/165c2ea31c8de1089e22495f315c7247 to your computer and use it in GitHub Desktop.
Install nvm in mac os globally
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* npm install nvm -g | |
* Appending nvm source string to /Users/Rida/.bash_profile | |
* Appending bash_completion source string to /Users/Rida/.bash_profile | |
* Close and reopen your terminal to start using nvm or run the following to use it now: | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment