Description
The current Livebook instructions say that if you're using asdf you need to run asdf reshim elixir
after installing livebook as an escript:
Running Livebook using Escript makes for a very convenient option
for local usage and provides easy configuration via CLI options.mix escript.install hex livebook # Start the Livebook server livebook server # See all the configuration options livebook server --helpAfter you install the escript, make sure you add the directory where
Elixir keeps escripts to your $PATH.
If you installed Elixir withasdf
, you'll need to runasdf reshim elixir
once the escript is built.
Is it possible for asdf-elixir to detect that asdf escript.install
has successfully installed an escript and then automatically reshim? If not that's fine, just figured I'd ask to remove a potential stumbling block. Escripts are always executable binaries so reshiming makes sense (to me). We'd probably have to do it when uninstalling an escript as well.