I'm relatively new to programming, however I have a little project I'm working on in elixir and in said project I want IEx to have a custom prompt. I am able to do so but as many of you may be aware there is a bug with this where the custom prompt only takes affect after you've asked IEx to return something. I'm aware there exists a fix and here is a link to the question that has that info: How to make custom prompt take effect at iex start?. However I cannot figure out how to update elixir to include this bug fix.
Asked
Active
Viewed 68 times
0
-
1Welcome to Stack Overflow! You can take the [tour] first and learn [ask] a good question and create a [mcve]. That makes it easier for us to help you. – Katie Dec 09 '16 at 21:27
-
Which platform are you on Jake? We can't tell you how to upgrade Elixir without knowing which platform you're on. – Onorio Catenacci Dec 09 '16 at 21:59
-
Sorry, its on a mac – Jake Konrad Dec 10 '16 at 06:40
1 Answers
0
Look at this web page: http://elixir-lang.org/install.html.
As you can see on the page there are several ways to install Elixir. You don't need to "upgrade" so much as you need to simply install a newer version of Elixir. Find your OS in the list and follow the instructions for it. If you're building Elixir from source follow the instructions for that.
The process for upgrading Elixir is basically either install the new version or pull the latest source and rebuild. Either way, that page should tell you what you need to know.

Onorio Catenacci
- 14,928
- 14
- 81
- 132