Skip to content

Instantly share code, notes, and snippets.

@hawkup
Last active February 28, 2017 11:31
Show Gist options
  • Save hawkup/6dc951d2982d6a9f8931 to your computer and use it in GitHub Desktop.
Save hawkup/6dc951d2982d6a9f8931 to your computer and use it in GitHub Desktop.
installation GVM on Ubuntu 14.04

#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

#Installation

 ```
 curl -s get.gvmtool.net | bash
 ```
  • source "/home/{username}/.gvm/bin/gvm-init.sh"
    
  • gvm 
    
@janardanh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment