-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello,
I've created a recipe for the asdf version manager as you can find here.
ASDF would allow us to use multiple versions of hamler at the same time in different directories. You can read more about ASDF in their website.
However I couldn't figure out how to deal with the lib directory that is required in the installation. Specifically /usr/lib/hamler for Linux and /usr/local/lib/hamler for OSX.
I need to somehow tell hamler that it should look for the lib directory in another path.
Each installation will point to a lib directory, that's needed to avoid having hamler 0.1 using the 0.2.1 library for example.
Is there a way I can do that already? Something like setting an environment variable or something similar?
BTW: The idea behind Hamler is amazing! Keep up the amazing work!