What issue are you talking of? This thread is long since ancient and I use RHEL to compile and host my projects without issue at work?
Yeah, it seems to basically work these days, though Iāve moved on (thankfully).
I didnāt see this thread back when it was current, but for future reference, when someone has a problem like this, put env
as the first command in your build script. Thatās the only way to know for 100% certain what your PATH
etc values actually are. (Many times these kinds of problems are caused by some build server running your script in an environment that is not set up the way you expect itānot running the profile or rc files you think it is, or forking a process with environment variables cleared.)
Edelivery failed to detect mix installed by asdf. I hand to add below lines to .profile get it working
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash
Thatās part of the asdf setup process yep.