pex
pex copied to clipboard
light-weight package manager for PostgreSQL
``` > pex init fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Operation timed out ```
pex install plv8 results in the following message, please help "$errmsg" is not exported by the Digest::SHA module Can't continue after import errors at /usr/local/bin/shasum line 24. BEGIN failed--compilation aborted...
I installed [email protected] and pex via homebrew on macOS Mojave 10.14.5, but when I try to install ip4r package — I get about 20 errors like this: ``` ./ip4r_funcs.h:74:16: error:...
It would be nice to be able to install specific versions of the extensions. For example with the following syntax for the `.yml` package description: ``` yaml homepage: http://postgis.net/ latest_version:...
Is there any way to uninstall an extension, say if I want to downgrade to an older version?
Similar to homebrew it would be nice to have some "caveats" info regarding the installation of an extension. For example I was unable to install `postgis` as my brew package...
By default, Postgis will try to compile with gettext support. This creates a problem on macs (at least on mavericks). Whilst OS X provides the gettext library, it is incomplete...