Non-tech founder’s guide to choosing the right software development partner Download Ebook
Home>Blog>Manage elixir versions like rvm & rbenv

Manage Elixir versions like RVM & Rbenv

You can install different versions of the Elixir with help of Kiex, like in Ruby with a RVM and Rbenv.

Download and install Kiex


\curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s

```bash



In .bashrc (or .zshrc if you use z shell), add the following

```bash

[[ -s "$HOME/.kiex/scripts/kiex" ]] && source "$HOME/.kiex/scripts/kiex"

```bash



Install required Elixir 

```bash

kiex install 1.7 # or another version

```bash



And then you can use any version

```bash

kiex use 1.7

```bash

Discover More Reads

Real Stories & Real Success

Do you have a tech idea?

Let’s talk!

By submitting this form, you agree with JetRockets’ Privacy Policy

If you prefer email, write to us at hello@jetrockets.com