athulkrishnaaei

athulkrishnaaei

Elixir interactive shell not opening in windows terminal

Iex not working in windows terminal,when i typed iex only a blank space appeared,i have correctly added the environmental variables.That didnt work ,i have been trying various methods,tried to reinstall elixir multiple times but still stuck with this same problem.

Most Liked

webuhu

webuhu

In PowerShell iex is an existing alias. That could be the problem.
You could unset the alias in your PowerShell profile for example.

crispinb

crispinb

You could try removing Elixir and installing with Scoop (https://scoop.sh/). It takes care of paths for you, and installs exes in your home dir, which eliminates any possible file permissions issues. It also makes updates easier in future.

If you don’t solve your problem, perhaps include a bit more info eg. are you using powershell or cmd? And list your current env vars (env in cmd, or dir env: in powershell)

josevalim

josevalim

Creator of Elixir

Thank you. Elixir v1.15.2 released with a fix, apologies.

Last Post!

zhaoboqiang

zhaoboqiang

I have tried, and iex.bat can work!
Thank you very much.

Where Next?

Popular in Questions Top

hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New

Other popular topics Top

hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54921 245
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New

We're in Beta

About us Mission Statement