-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Automatically add Debian paths? #269
Comments
I tend to just put it on the I guess I am not convinced the proposed solution is easer than those two options. I guess a third would be a wrapper script. |
I guess I see a few reasons for this
One solution might be for the
Then |
I actually curious if you could do this now by augmenting the I don't see prefixing the executable with the |
Having it working out of the box sounds nice though. No idea how many people gave up on this because it is didn't work immediately. |
This is a bit weird.
So I'm not sure |
Hard to say, but there is something to be said for the most simple usage of the API being the one that works in the most use cases. |
Hmm, that's not right. It's also used in |
Completely possible that I am not remembering how to set it correctly.
That's what I would think as well. However when there is no PATH there System.Process can't find the executable so it is used to find the executable and for the executables PATH ... or at least that is my guess. I'm not positive. I haven't extensively tested how the System.Process and the PATH works. |
I think it is a good idea to add the paths by default. You have convinced me. I would prefer if it was the default and there was a way to override it rather than extend the API with another function. |
Great!
Yes, agreed. |
One alternative is to add fields to |
I have a coworker who gave up for that reason and used their "whatever time" for some other tech debt. |
Using tmp-postgres with Debian is a bit awkward because
initdb
is not on the defaultPATH
. What do you think about adding a feature that can add the paths at whichinitdb
is typically found to thePATH
? I've been using the following, but there are many possibilities.The text was updated successfully, but these errors were encountered: