Friday 29 November 2013

Fixing GVM

Sometimes GVM seems to disappear, so I am writing this to remind myself of the solution.

echo $GVM_INIT
unset GVM_INIT
[[ -s ~/.gvm/bin/gvm-init.sh ]] && source ~/.gvm/bin/gvm-init.sh

basically, clear the flag and re-initialise.


No comments:

Post a Comment