|
I just want to bring up a shell with the code path(s) setup correct. |
Answered by
ferd
Nov 21, 2023
Replies: 2 comments 1 reply
|
you may want to instead use |
0 replies
Answer selected by
etnt
|
Ahh...very nice. Exactly what I needed thanks! Btw: Sometimes I want to compile with some Erlang macros set, but |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you may want to instead use
rebar3 pathto give all directory paths and call it with something likeerl -pa $(rebar3 path). Therebar3 shellcommand always compiles its dependencies, but thepathone picks up whatever is currently set up in the project and returns the list without compiling anything.