▲ | Avshalom 3 days ago | |||||||
Immutable here just means there is a base OS+libs that you don't touch. So now elixir or an ide would install in a sandbox with any needed libraries not included in that base instead of install all the libraries and stuff globally | ||||||||
▲ | skrebbel 3 days ago | parent [-] | |||||||
So then if I do "mix deps.get" to fetch elixir libs, will that work? will it be able to compile files that are outside the sandbox? | ||||||||
|