moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
10.32k stars 538 forks source link

ERROR: GVM_ROOT is not set! On Yosemite 10.10.2 #133

Open nmqanh opened 9 years ago

nmqanh commented 9 years ago

when I try to run gvm install 1.4, I got the following error.

ERROR: GVM_ROOT is not set! Please add the following line to your .bashrc or .profile [[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"

I checked by typing echo $GVM_ROOT in the terminal and got ~/.gvm I'm using Mac OS Yosemite 10.10.2

langdead commented 9 years ago

Seemed that configure->make->make install doesn't work so far.

I myself managed to get gvm work by executing $GVM_ROOT/binscripts/gvm-installer.

Wish you good luck!

namnm commented 8 years ago

+1 same here @langdead I triy to execute that but it shows ERROR: Already installed!