Forrest logo
back to context overview

exenv

List of commands for exenv:

  • exenv:tldr:3f0b6 exenv: Use a specific version of Elixir across the whole system.
    $ exenv global ${version}
    try on your machine
    explain this command
  • exenv:tldr:5858c exenv: Install a version of Elixir (requires `elixir-build` plugin ).
    $ exenv install ${version}
    try on your machine
    explain this command
  • exenv:tldr:5c56e exenv: Show the currently selected Elixir version.
    $ exenv ${version}
    try on your machine
    explain this command
  • exenv:tldr:cb6b8 exenv: Display a list of installed versions.
    $ exenv versions
    try on your machine
    explain this command
  • exenv:tldr:ce0dc exenv: Use a specific version of Elixir for the current application/project directory.
    $ exenv local ${version}
    try on your machine
    explain this command
back to context overview