Changes between Version 8 and Version 9 of SetupOnTiger


Ignore:
Timestamp:
Jan 28, 2006, 5:39:29 PM (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupOnTiger

    v8 v9  
    1515 1. Type {{{python}}} and check that it is the version you just installed
    1616
    17 === Installing \PostgreSQL ===
     17=== Installing PostgreSQL ===
    1818
    1919 1. Create a new user, ''postgres'' in the Accounts Pane of the Mac OS X System Preferences
     
    3030 1. Open a new window, and type {{{sudo -u postgres createdb test}}}. If it says {{{CREATE DATABASE}}}, it's working. :)
    3131
    32 === Installing psycopg (\PostgreSQL Bindings) ===
     32=== Installing psycopg (PostgreSQL Bindings) ===
    3333
    3434At the time of this writing, the only stable version of ''psycopg'' is ''psycopg1''. The development version ''psycopg2'' is not supported by Django.
    3535
    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]''
    3737 1. Unpack the tarball and go into the directory
    3838 1. {{{python setup.py build}}}
Back to Top