Setting Environment Variables
Goal: Learn how to set proper environment
in CDAT.
Python Environment Variables
On all platforms you must unset the following Python environment variables, if they are set:
unset PYTHONPATH
unset PYTHONHOME
To be able to start CDAT anywhere by typing 'python' or 'cdat' you need to make sure that the path to CDAT appears before the path to python in yout path environment variable.