I want a new command, activate (or similar name) that activates a given installation:
$ kerl list installations
r14b03_hipe_native /Users/alind/Applications/erlang/r14b03_hipe_native
r13b04_hipe /Users/alind/Applications/erlang/r13b04_hipe
r13b04 /Users/alind/Applications/erlang/r13b04
kerl activate r13b04 would call activate in the /Users/alind/Applications/erlang/r13b04 folder:
$ kerl activate r13b04
$ kerl active
The current active installation is:
/Users/alind/Applications/erlang/r13b04
I want a new command,
activate(or similar name) that activates a given installation:kerl activate r13b04would callactivatein the/Users/alind/Applications/erlang/r13b04folder: