Changes between Version 1 and Version 2 of BittenRecipesExtractorScript


Ignore:
Timestamp:
Nov 28, 2011, 9:17:35 PM (12 years ago)
Author:
Jason Miller
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BittenRecipesExtractorScript

    v1 v2  
    3838sudo python recipe_put.py /var/www/Trac/My_Test_Trac[[BR]]
    3939
     40
     41Super User access is needed when reading and writing to the Trac database directly. Also, on some of my clusters that I work with, multiple version of python can exist. Meaning, if you receive errors like:
     42{{{
     43ImportError: No module named trac.env
     44}}}
     45You need to adjust your PATH environment to include the path to which ever python version was used to install and run Trac:
     46{{{
     47export PATH=/usr/local/python2.7/bin:$PATH
     48}}}
     49
     50
    4051== Recent Changes ==
    4152