Re: How to install psycopg2 using Pip?

2014-06-11 Thread Sugatang Itlog
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

Re: How to install psycopg2 using Pip?

2014-06-12 Thread Sugatang Itlog
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

Re: How to install psycopg2 using Pip?

2014-06-12 Thread Sugatang Itlog
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