Cameron Goodale created CLIMATE-157:
---------------------------------------
Summary: Replace PYTHON_PATH with PYTHONPATH in Easy-RCMET docs
Key: CLIMATE-157
URL: https://issues.apache.org/jira/browse/CLIMATE-157
Project: Apache Open Climate Workbench
Issue Type: Documentation
Components: build process
Affects Versions: 0.1-incubating
Environment: Mac OS X 10.7.4
Reporter: Cameron Goodale
Assignee: Cameron Goodale
Priority: Minor
Fix For: 0.2-incubating
At the end of the easy-rcmet installation you have a couple messages that help
users get up and running. There is a small typo that would catch a new user or
someone in a hurry to get running.
Additonally, you should set your PYTHON_PATH environment variable to point to
the
RCMET code base that was downloaded into ./src/rcmes. For example:
{code}
export PYTHON_PATH=/path/to/this/script/src/rcmes
{code}
Should be:
{code}
export PYTHONPATH=/path/to/this/script/src/rcmes
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira