Changes between Version 8 and Version 9 of SetupOnTiger
- Timestamp:
- Jan 28, 2006, 5:39:29 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v8 v9 15 15 1. Type {{{python}}} and check that it is the version you just installed 16 16 17 === Installing \PostgreSQL ===17 === Installing PostgreSQL === 18 18 19 19 1. Create a new user, ''postgres'' in the Accounts Pane of the Mac OS X System Preferences … … 30 30 1. Open a new window, and type {{{sudo -u postgres createdb test}}}. If it says {{{CREATE DATABASE}}}, it's working. :) 31 31 32 === Installing psycopg ( \PostgreSQL Bindings) ===32 === Installing psycopg (PostgreSQL Bindings) === 33 33 34 34 At the time of this writing, the only stable version of ''psycopg'' is ''psycopg1''. The development version ''psycopg2'' is not supported by Django. 35 35 36 1. Download the latest stable tartball of ''[mxDateTime ](http://www.egenix.com/files/python/mxDateTime.html)''36 1. Download the latest stable tartball of ''[mxDateTime http://www.egenix.com/files/python/mxDateTime.html]'' 37 37 1. Unpack the tarball and go into the directory 38 38 1. {{{python setup.py build}}}