mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Clarify env var placement, closes #13809
This commit is contained in:
parent
3216b6b06f
commit
d9a47b8845
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ defmodule Livebook.Application do
|
||||||
|
|
||||||
_ ->
|
_ ->
|
||||||
Livebook.Config.abort!("""
|
Livebook.Config.abort!("""
|
||||||
You must set the environment variable ELIXIR_ERL_OPTIONS="-epmd_module Elixir.Livebook.EPMD"
|
You must set the environment variable ELIXIR_ERL_OPTIONS="-epmd_module Elixir.Livebook.EPMD" \
|
||||||
|
before the command (and exclusively before the command)
|
||||||
""")
|
""")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue