Open
Description
What happened?
After installing the devbox environment, I was unable to build psycopg2 Python driver because pg_config
fails consistently. It happens for every single PostgreSQL installation I have tried.
Links look to be built correctly, but pg_config
keeps failing consistently. It looks like the way devbox is building the PATH is not suitable for pg_config
workings.
Steps to reproduce
- devbox init
- devbox add postgresql
- devbox add [email protected]
- devbox install
- devbox shell
- . ./.venv/bin/activate
- pip install psycopg2
Command
add
devbox.json
Devbox version
0.14.0
Nix version
nix (Nix) 2.24.7
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response