sdtda
Install a elixir Precompiled package in GNU/Linux
Hi, Im a noob trying install Elixir 1.14.4 on Erlang 23 Precompiled package in my Debian 11 stable.
Ive installed Erlang 23 from debian repos, so I download the precompiled package then I unzip it in ~/elixir/ then I add to my ~/.bash_profile :
export PATH="$PATH:~/elixir/bin/elixir"
export PATH="$PATH:~/elixir/bin/mix"
But when I run: elixir --version return command not found.
How can I do? Im following the Installing Elixir - The Elixir programming language instructions
Most Liked
hochata
Hi,
Did you literally put /path/to/elixir/bin in your bash profile? If that is the case, replace it with the actual path to the elixir bin directory. I guess for you it would be ~/elixir/bin.
Then restart your terminal and check. If that doesn’t work, look at the result of echo $PATH. If the elixir bin directory is not there try running source ~/.bash_profile
Popular in Questions
Other popular topics
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









