Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Ubuntu-14.04
-
Important
Description
The install-ubuntu.sh script is broken. There are multiple issues
1. Missing dependencies: Even after running the script there are multiple missing dependency errors. The script also does not install 'numpy' which is required.
2. Multiple install_logs : The script create log file in whichever directory it is in.
3. The script does not install the climate module (by executing 'python setup.py install')
4. The script does not install dependencies via anaconda. That means modules 'h5py', 'netcdf4', etc are not installed which are required.