【解决】elixir无法在powershell中运行 SummerGao 2023-10-17 60 阅读1分钟 elixir无法在powershell中运行 测试 运行Get-Command iex可知iex是Invoke-Expression的别名 所以iex无法在powershell中运行 Get-Command iex 解决方式 解决方式就是输入 iex.bat iex.bat