Posts tagged ‘direnv’

16 posts; newest first

Using kerl with direnv

30 Sep 2014 00:00 kerl direnv erlang

kerl allows you to easily build and install multiple Erlang/OTP releases. It’s kinda like nvm or rvm, but for Erlang. It doesn’t do everything, and that’s what direnv is for. direnv allows you to run commands upon entering or leaving a particular directory.

» read more