-
Notifications
You must be signed in to change notification settings - Fork 28
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
Installation via Homebrew #11
Comments
What would that look like, @MahatmaFatalError? Homebrew has its own Postgres build. |
Once I get |
FYI. I had to replace the shebang line with |
I've thought about the hooking into homebrew for a few minutes. I'm not sure that it is a good idea. As is
Under homebrew I have the "latest" version install 10.5. However, after modifing the shebang of pgenv I was able to install and run PG 11beta3. That is not something I can do with my current configuration of homebrew. Maybe its sufficient to add a small section to the README for MacOS that says how to install all of the prerequisites. |
@MahatmaFatalError Did I just complete miss the point of your issue? Are you really asking if we could install |
@MadBomber I don't have any experience with homebrew, but if you have an installed PostgreSQL you can manage it with pgenv by setting PGENV_ROOT, but be aware of the linking mechanism. However, this does not sound a good idea to me too. Instead, it is quite strange you had to change the shebang: the mac does not has |
I'm not surprised you had to change the shebang line, @MadBomber. @fluca1978, I think we should change it to |
It would be easy enough to create a Homebrew formula that installs |
See comment <#11 (comment)>. Seems reasonable to use the absolute path for `env` since it seems the same on Linux, OSX and FreeBSD.
@MadBomber Are you planning to submit a formula for pgenv to the Homebrew project? If so, I'd like to close this issue. Thanks! |
Suggest you keep it open to see if there are any other Mac users who what
the package-based install method.
…On Sun, Sep 9, 2018 at 3:24 PM, David E. Wheeler ***@***.***> wrote:
@MadBomber <https://github.com/MadBomber> Are you planning to submit a
formula for pgenv to the Homebrew project? If so, I'd like to close this
issue.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABSbZyWNcdejfUnPldY40dw04iY3pQhks5uZXkIgaJpZM4WbUSA>
.
--
Dewayne
o-*
|
I think it would be nice to be able to install |
I have no objection at all if someone wants to submit a pull request to the Homebrew project to add a formula for pgenv. Could probably model it on plenv |
Are there any plans to support Homebrew?
The text was updated successfully, but these errors were encountered: