Changes
Page history
Update installation
authored
Nov 03, 2017
by
Eva Schiffer
Show whitespace changes
Inline
Side-by-side
installation.md
View page @
61fbd8fd
...
@@ -18,10 +18,15 @@ On SSEC servers you use this command to load a pre-installed version of Anaconda
...
@@ -18,10 +18,15 @@ On SSEC servers you use this command to load a pre-installed version of Anaconda
module load anaconda27
module load anaconda27
If this does not work on an SSEC server you can also try:
module load miniconda/2.7-base
Once you have Anaconda installed, run the following commands on the command line:
Once you have Anaconda installed, run the following commands on the command line:
conda create -n glance python=2.7 anaconda
conda create -n glance python=2.7 anaconda
source activate glance
source activate glance
conda remove navigator-updater
conda install basemap netcdf4 h5py pyqt=4.11.4 mock scipy pillow
conda install basemap netcdf4 h5py pyqt=4.11.4 mock scipy pillow
conda install -c http://sips.ssec.wisc.edu/conda python-hdf4
conda install -c http://sips.ssec.wisc.edu/conda python-hdf4
# on Mac OSX, you will need to use "conda install -c NSIDC python-hdf4" instead
# on Mac OSX, you will need to use "conda install -c NSIDC python-hdf4" instead
...
...
...
...