Changes between Version 19 and Version 20 of GeniTmixTutorial


Ignore:
Timestamp:
02/27/13 11:48:46 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixTutorial

    v19 v20  
    1111== 2 Extra Omni Configuration ==
    1212=== 2.1 Add gcf/src to path (optional but recommended) ===
    13 Although optional, it will be helpful to add the gcf/src directory to your path and python path.  To do this, replace "/path/to/gcf" in the lines below with the path to your copy of gcf, and add the lines to your .profile file or equivalent.   
     13Although optional, it will be helpful to add the gcf/src directory to your path and python path.  To do this, replace "/path/to/gcf" in the lines below with the path to your copy of gcf, and add the lines to the end of your .profile file or equivalent.   
    1414{{{
    1515PATH="/path/to/gcf/src:$PATH"
    1616export PYTHONPATH="/path/to/gcf/src:$PATH"
    1717}}}
     18
     19Once you have added the lines and saved the file, run
     20{{{
     21source .profile
     22}}}
     23to setup the path environment variables for this session. This will be done automatically from now on.   
    1824
    1925If you don't make this change, you may need to add python in front of all the omni commands, and call them from within the gcf/src directory.