Skip to content

Instantly share code, notes, and snippets.

View Weiming-Hu's full-sized avatar
🎯
Focusing

Weiming Weiming-Hu

🎯
Focusing
View GitHub Profile
@Weiming-Hu
Weiming-Hu / install_netcdf4.sh
Last active July 18, 2017 23:07
Install netCDF4 in Ubuntu
#!/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