Open nonkr opened 8 years ago
I would like to add to this that the same error occurs under Ubuntu 15.
Calling gvm from anything but the command line seems to make the use
keyword unusable.
Example code:
$bash -c "gvm use go1.5.3"
ERROR: Unrecognized command line argument. 'use'
$gvm use go1.5.3
Now using version go1.5.3
Workaround: Make a link from .gvm/scripts/env/use
to .gvm/script/use
ln -s .gvm/scripts/env/use .gvm/script/use
@eyecikjou567 it does not work for me on centos 6.5