Changes between Version 37 and Version 38 of GEC12VMSetup


Ignore:
Timestamp:
10/28/11 07:28:44 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC12VMSetup

    v37 v38  
    249249  GimsMSNLocalhost.rspec
    250250}}}
     251
     252== Modification made for OMNI tutorial (10/28/11) ==
     253   * Modified .bashrc file adding examples to PATH
     254   {{{
     255# set PATH so it includes geni software if it exists
     256if [ -d "/home/geni/Tutorials/Omni/gcf/src" ] ; then
     257    PATH="/home/geni/Tutorials/Omni/gcf/src:$PATH"
     258    PATH="/home/geni/Tutorials/Omni/gcf/examples:$PATH"
     259    export PYTHONPATH="/home/geni/Tutorials/Omni/gcf/src:$PYTHONPATH"
     260fi
     261   }}}
     262
     263   * Modified .bashrc file to include scripts for Omni in the path. Added these lines to the end :
     264   {{{
     265# set PATH to include scripts for the OMNI tutorial
     266if [ -d "/home/geni/Tutorials/Omni/bin" ] ; then
     267    PATH="/home/geni/Tutorials/Omni/bin:$PATH"
     268    PATH="/home/geni/Tutorials/Omni/gcf/examples:$PATH"
     269fi
     270   }}}
     271