does anyone know of an installation tutorial for setting up PostgreSQL for Django. I am using virtualenvwrapper and all that stuff. I can't seem to get it to work with what I have tried so far.
Asked
Active
Viewed 2,173 times
1
-
I install all my stuff using mac ports: http://www.macports.org – daveoncode Oct 30 '13 at 14:11
-
Or brew http://brew.sh/ the newest and greatest – Matt Seymour Oct 30 '13 at 14:17
-
http://stackoverflow.com/questions/5629368/installing-psycopg2-into-virtualenv-when-postgresql-is-not-installed-on-developm – nickzam Oct 30 '13 at 14:29
1 Answers
0
https://gist.github.com/panuta/1852087
This is a complete list of commands on OS X (working on Mountain Lion, should be okay in Mavericks) to install Postgresql and Django as well as Virtualenvwrapper. The setup for is the same as other OS.

Michael Ho Chum
- 939
- 8
- 17