Installing psycopg2 into virtualenv when PostgreSQL is not installed on development system

前端 未结 14 1148
一向
一向 2020-12-04 09:24

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?

When I run

14条回答
  •  暖寄归人
    2020-12-04 09:59

    You don't need the complete PostgreSQL installed: you only need the client side libraries.

提交回复
热议问题