Edgewall Software

Changes between Version 42 and Version 43 of TracUpgrade


Ignore:
Timestamp:
May 13, 2007, 5:17:29 PM (17 years ago)
Author:
anonymous
Comment:

added hint of where to find Python lib/site-packages directory.

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v42 v43  
    1414Get the new version of Trac, either by downloading an offical release package or by checking it out from the [http://projects.edgewall.com/trac/wiki/SubversionRepository Subversion repository].
    1515
    16 If you're doing a major version upgrade (such as from 0.8 to 0.9), it is ''highly'' recommended that you first remove the existing Trac code. To do this, you need to delete the `trac` directory from the Python `lib/site-packages` directory. You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform).
     16If you're doing a major version upgrade (such as from 0.8 to 0.9), it is ''highly'' recommended that you first remove the existing Trac code. To do this, you need to delete the `trac` directory from the Python `lib/site-packages` directory.
     17
     18The location of the site-packages directory depends on the operating system, and the location in which Python was installed. However, the following locations are common:
     19 * If you’re using Linux: /usr/lib/python2.X/site-packages
     20 * If you’re using Windows: C:\Python2.X\lib\site-packages
     21 * If you’re using MacOSX: /Library/Python2.X/site-packages
     22
     23You may also want to remove the Trac `cgi-bin`, `htdocs`, `templates` and `wiki-default` directories that are commonly found in a directory called `share/trac` (the exact location depends on your platform).
    1724
    1825If you have a source distribution, you need to run