This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script to install hdf5 and netCDF4 libraries on a Linux Ubuntu system | |
# After: https://code.google.com/p/netcdf4-python/wiki/UbuntuInstall | |
# And http://unidata.github.io/netcdf4-python/ | |
# This script install the libraries to conventional places so that other | |
# programs can find it. However, to do this, it requires sudo permission | |
# You can check for newer version of the programs on |