Is it possible to install psycopg2 into a virtualenv when PostgreSQL isn\'t installed on my development system—MacBook Pro with OS X 10.6?
virtualenv
When I run
I solved this issue by chance with:
brew install psycopg2
instead of
pip install psycopg2