This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| root:setup_most_recent_root_version_from_afs [2010/10/28 19:47] – bursche | root:setup_most_recent_root_version_from_afs [2010/11/15 11:36] (current) – bursche | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| and set the following environment variables (code for bash): | and set the following environment variables (code for bash): | ||
| - | + | <code bash> | |
| - | | + | export ROOTSYS=/ |
| - | | + | export ROOTSYS=/ |
| - | | + | export PATH=$ROOTSYS/ |
| - | | + | export LD_LIBRARY_PATH=$ROOTSYS/ |
| + | export PYTHONPATH=$ROOTSYS/ | ||
| + | </ | ||