-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executable file not found in $PATH error for an alias I have #38
Comments
Just checked and if I actually run the commands that this is alias is for, it works. I would still prefer to use an alias if possible. Not sure why it doesn't work. |
Do you mean a bash/other shell alias? Reflex is just (I'm not even sure how this could work.) |
Yeah, zsh alias actually. I was not aware that you can't exec aliases. I guess I will write out the full name of the command instead of the alias. Alias just saves typing for me. |
Same idea, different use case: support having an environment variable in reflex.conf. So that you could share the same config and change the actual runnable application using an environment variable. For example:
At the moment this will fail since FWIW, current error message is |
I have an alias that I want to run when a file changes so I enter this command :
reflex -g '*.go' afl
where afl is an alias that runs a command. I get an error. that executable file is not found in $PATH even though the alias is in the path.The text was updated successfully, but these errors were encountered: