LinuxCommandLibrary

exenv

Elixir version manager

TLDR

List installed versions

$ exenv versions
copy
List available versions
$ exenv install --list
copy
Install a version
$ exenv install [1.14.0]
copy
Set global version
$ exenv global [1.14.0]
copy
Set local version
$ exenv local [1.14.0]
copy
Show current version
$ exenv version
copy
Rehash shims
$ exenv rehash
copy

SYNOPSIS

exenv command [args]

DESCRIPTION

exenv manages multiple Elixir versions. Allows switching between versions per-project or globally. Similar to rbenv for Ruby.

CONFIGURATION

~/.exenv/version

Global default Elixir version.
.elixir-version
Directory-local Elixir version file.

SUBCOMMANDS

versions

List installed versions.
version
Show current version.
install
Install a version.
uninstall
Uninstall a version.
global
Set global version.
local
Set directory-local version.
shell
Set shell-specific version.
rehash
Rehash exenv shims.
which
Show path to executable.

SEE ALSO

elixir(1), mix(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community