Personal tools
You are here: Home CDAT Tips and Tricks Installation Tips Setting Environment Variables
Document Actions

Setting Environment Variables

by Renata McCoy last modified 2007-05-07 13:56

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.  

Powered by Plone