GitHub user lewismc opened a pull request: https://github.com/apache/climate/pull/311
CLIMATE-766 Easy-ocw/install-ubuntu.sh script is broken This initial pull request addresses the following issues from https://issues.apache.org/jira/browse/CLIMATE-766 1. Missing dependencies: Even after running the script there are multiple missing dependency errors. The script also does not install 'numpy' which is required. 3. The script does not install the climate module (by executing 'python setup.py install') Still to be addressed 2. Multiple install_logs : The script create log file in whichever directory it is in. 4. The script does not install dependencies via anaconda. That means modules 'h5py', 'netcdf4', etc are not installed which are required. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/climate CLIMATE-766 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/climate/pull/311.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #311 ---- commit 46ca2f7e16524ba19b456aa71cf434737e8563cc Author: Lewis John McGibbney <lewis.j.mcgibb...@jpl.nasa.gov> Date: 2016-02-24T19:45:12Z CLIMATE-766 Easy-ocw/install-ubuntu.sh script is broken ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---