You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --help
After you install the escript, make sure you add the directory where
Elixir keeps escripts to your $PATH.
If you installed Elixir with asdf, you'll need to run asdf 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.