Open hopewise opened 2 years ago
I'm not sure what you're trying to accomplish. Are you trying to run puma-dev
under ZSH? Or trying to change the shell that runs puma under the hood?
Sidenote: Currently, puma-dev
won't pick up SHELL
set inside any of the supported env files. It needs to be set during the invocation of puma-dev
.
I'm currently working on a change to source all the puma env files before checking SHELL
to provide better env flexibility and, hopefully, fix some of the issues folks have been having working with different ruby versions.
I am trying to let puma-dev to use
/bin/sh
instead of/bin/zsh
, I tried to set the content of.pumaenv
as:but when I look into logs, I see:
so, you that there is a
Zsh log
related.. All what I did is to restart puma-dev after setting the content of.pumaenv
as above.Any idea?