このコマンドを実行して GVM を使用して Groovy をインストールしようとすると、次のエラー メッセージが表示されます。
$gvm install groovy
Stop! groovy is not a valid candidate.
なぜこれが機能しないのですか?私の知る限り、これを使用してGVMを正しくインストールしました:
$ curl -s get.gvmtool.net | bash
私はMacを使っています
実行すると次のようになりますgvm help
。
$ gvm help
Usage: gvm <command> <candidate> [version]
gvm offline <enable|disable>
commands:
install or i <candidate> [version]
uninstall or rm <candidate> <version>
list or ls <candidate>
use or u <candidate> [version]
default or d <candidate> [version]
current or c [candidate]
outdated or o [candidate]
version or v
broadcast or b
help or h
offline <enable|disable>
selfupdate [force]
flush <candidates|broadcast|archives|temp>
candidate :
version : where optional, defaults to latest stable if not provided
eg: gvm install groovy