starkeepers
Elixir 1.14 missing from erlang-solutions.com
erlang-solutions.com still offers Elixir 1.13.4 as the latest version – anyone knows how that repo gets updated? I have no packaging experience, but would be willing to help with whatever needs to be done to package 1.14 into a deb available through the erlang-solutions apt repo.
Most Liked
sezaru
Sebb
it is, but maybe a little scary. Also there are some incomplete instructions out there (missing hex and rebar eg). Nerves comes with proper instructions, I copy the relevant (non-nerves part) here:
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0
# The following steps are for bash. If you’re using something else, do the
# equivalent for your shell.
echo -e '\n. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo -e '\n. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc # optional
source ~/.bashrc
asdf plugin-add erlang
asdf plugin-add elixir
# (omitting wxgtk-part as it is not needed for most)
# asdf is now setup and one can install erlang and elixir.
# asdf install erlang <TAB> gives available versions.
# Latest releases at the time of this writing would be
asdf install erlang 25.1.1
asdf install elixir 1.14.1-otp-25
# you can have as many versions as you like installed at a time and then select them by
asdf global erlang 25.1.1
asdf global elixir 1.14.1-otp-25
# after any "asdf global xxx" It is important to update the versions of hex and rebar used by Elixir,
# even if you already had Elixir installed.
mix local.hex
mix local.rebar
# and most people will also want to have
mix archive.install hex phx_new
5
derek-zhou
As a 20+ years Debian user I gave up on all 3rd party repo long time ago. You either use the packages from the distro or compile yourself. Elixir is a no-brainier: It compiles in one minute, and has no strange compile time dependency.
3
Popular in Questions
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I’m writing a test for one of the...
New
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
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
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors:
[WARN] - (starship::utils): Executing command ...
New
I tried installing
elixir 1.11.2
erlang 23.3.4
via asdf in my zsh shell. Enabled the versions locally and globally.
When I list them ...
New
Other popular topics
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine)
This is a plugin that adds support for Elixir to JetBrains IntelliJ...
New
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
New
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #hex









