-
-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uninstalling NVM Completely #1543
Comments
(duplicate of #298) No, all you need to do is remove |
Great, thanks! - No files outside of the $NVM_DIR are modified at all? Seems I did that right then. |
@zackeryfretty one of your profile files will be modified by the install script, but nothing else should be. |
Hello!
I've installed NVM with the script provided:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
If I am understanding everything correctly the only thing this file seems to have done is added 3 lines to the very bottom of my .bashrc and created a folder called .nvm in my ~ folder.
In this same ~ folder I have a handful of my development sites (in a separate folder) do I need to do anything special to completely remove nvm or will removing the ~/.nvm and the bottom 3 lines of .bashrc be enough?
Does the install.sh script make any other modifications to files elsewhere after that specific command (IE do I have to worry about anything being modified in my ~/apps folder where my sites are hosted).
Thanks!
The text was updated successfully, but these errors were encountered: