#Prerequisite
- If you installed gvm and want to new install remove /home/{username}/.gvm folder and remove the line
#THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!!
[[ -s "~/.gvm/bin/gvm-init.sh" && ! $(which gvm-init.sh) ]] && source "~/.gvm/bin/gvm-init.sh"
reference: http://stackoverflow.com/questions/14878271/how-to-uninstall-gvm
```
curl -s get.gvmtool.net | bash
```
-
source "/home/{username}/.gvm/bin/gvm-init.sh"
-
gvm
I tried to run curl -s get.gvmtool.net | bash but it is not creating any folder. It is showing No such file or directory when i run this command .gvm/bin/gvm-init.sh