Hi - If you get errors like this when install via pip install psycopg2 ...
Error: pg_config executable not found.
do the the following ...
[root@localhost ~]# which -a adrian
/usr/bin/which: no pg_config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@localhos
Hi - If you get errors like this when install via pip install psycopg2 ...
Error: pg_config executable not found.
do the the following ...
[root@localhost ~]# which -a pg_config
/usr/bin/which: no pg_config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@local
Hi - When installing psycopg2 and errors like ...
Error: pg_config executable not found
do the following
[root@localhost ~]# which -a pg_config
/usr/bin/which: no pg_config in
(/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@localhost ~]# find / -iname 'pg_co
3 matches
Mail list logo