Edgewall Software

Changes between Version 2 and Version 3 of 1.1/TracInstall


Ignore:
Timestamp:
Oct 23, 2014, 7:27:59 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Dropped support for Python 2.5. Refs #11600.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInstall

    v2 v3  
    2323To install Trac, the following software packages must be installed:
    2424
    25  * [http://www.python.org/ Python], version >= 2.5 and < 3.0
    26    (note that we dropped the support for Python 2.4 in this release)
     25 * [http://www.python.org/ Python], version >= 2.6 and < 3.0
     26   (note that we dropped the support for Python 2.5 in this release)
    2727 * [http://peak.telecommunity.com/DevCenter/setuptools setuptools], version >= 0.6
    2828 * [http://genshi.edgewall.org/wiki/Download Genshi], version >= 0.6
     
    3333==== For the SQLite database #ForSQLite
    3434
    35 As you must be using Python 2.5, 2.6 or 2.7, you already have the SQLite database bindings bundled with the standard distribution of Python (the `sqlite3` module).
     35As you must be using Python 2.6 or 2.7, you already have the SQLite database bindings bundled with the standard distribution of Python (the `sqlite3` module).
    3636
    3737However, if you'd like, you can download the latest and greatest version of [[trac:PySqlite]] from
     
    211211or, if installing Trac on a Mac OS X system:
    212212{{{#!sh
    213 easy_install --prefix=/usr/local --install-dir=/Library/Python/2.5/site-packages
     213easy_install --prefix=/usr/local --install-dir=/Library/Python/2.6/site-packages
    214214}}}
    215215Note: If installing on Mac OS X 10.6 running {{{ easy_install http://svn.edgewall.org/repos/trac/trunk }}} will install into {{{ /usr/local }}} and {{{ /Library/Python/2.6/site-packages }}} by default.
    216216
    217 The above will place your `tracd` and `trac-admin` commands into `/usr/local/bin` and will install the Trac libraries and dependencies into `/Library/Python/2.5/site-packages`, which is Apple's preferred location for third-party Python application installations.
     217The above will place your `tracd` and `trac-admin` commands into `/usr/local/bin` and will install the Trac libraries and dependencies into `/Library/Python/2.6/site-packages`, which is Apple's preferred location for third-party Python application installations.
    218218
    219219