kiex | Elixir version manager | Awesome List library
kandi X-RAY | kiex Summary
kandi X-RAY | kiex Summary
kiex - Elixir version manager.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kiex
kiex Key Features
kiex Examples and Code Snippets
Community Discussions
Trending Discussions on kiex
QUESTION
So I have a phoenix project I'm using as a test app of sorts. If I want to use a local version of elixir source code that I'm using (and making changes on), how do I tell phoenix to use it? I also want to be able to use "iex -S mix" with it. The below elixir: ["~> 1.6.0-dev", path: '/my/local/path/to/elixir']
does not work, but it's what I'm trying to do.
I already tried adding the below and I get a syntax error. Adding elixir to the dependencies (in the def deps
function) didn't seem to do anything. I'm also using kiex and kerl for elixir version configuration.
ANSWER
Answered 2017-Jul-31 at 02:57You need use the local elixir binary.
For example, instead of iex -S mix phx.server
, do $YOUR_LOCAL_ELIXIR_PATH/bin/iex -S mix phx.server
. Other stuff like mix
, elixir
are the same.
QUESTION
I'm trying to install IElixir Jupyter notebook kernel on Xubuntu 16.04. I've successfully done it before on another machine with Xubuntu 16.04.
I have the latest erlang otp 19.3 and elixir 1.4.4 (installed using kiex).
After executing mix test
i get an error about undefined :erlzmq_nif.context/1
function:
ANSWER
Answered 2017-May-24 at 09:39I've not solved the problem, bu I've manage to get IElixir to work.
What I've done was replace :erlzmq
dependency in mix.exs
with github: "zeromq/erlzmq"
(notice no 2
in the repo name) which might not outperform erlzmq2
as it's not NIF based, but at least it works without problems.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kiex
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page