Skip to content
Snippets Groups Projects
Commit 55a1bcd5 authored by Matthew Westphall's avatar Matthew Westphall
Browse files

tested installer script locally

parent 57d60588
Branches master
No related tags found
No related merge requests found
anaconda*.sh anaconda*.sh
aeri_tools/
A bash script to install python and all packages necessary for A bash script to install python and all packages necessary for
AERI data analysis AERI data analysis. To install, clone the directory, then run the
command `bash aeri_python_setup.sh`. You will be stepped through
the installation of Anaconda Python 3, and the python packages
netCDF4, hdf5, dmv, and aeri_tools.
...@@ -4,7 +4,6 @@ ANDACONDA_INSTALL=anaconda_install.sh ...@@ -4,7 +4,6 @@ ANDACONDA_INSTALL=anaconda_install.sh
platform='unknown' platform='unknown'
unamestr=`uname` unamestr=`uname`
dmv_install=dmv-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl dmv_install=dmv-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl
if [[ "$unamestr" == 'Darwin' ]]; then if [[ "$unamestr" == 'Darwin' ]]; then
conda_url=https://repo.continuum.io/archive/Anaconda3-4.1.1-MacOSX-x86_64.sh conda_url=https://repo.continuum.io/archive/Anaconda3-4.1.1-MacOSX-x86_64.sh
else else
...@@ -34,4 +33,4 @@ echo "Installing aeri_tools from gitlab..." ...@@ -34,4 +33,4 @@ echo "Installing aeri_tools from gitlab..."
git clone git@gitlab.ssec.wisc.edu:cphillips/aeri_tools.git git clone git@gitlab.ssec.wisc.edu:cphillips/aeri_tools.git
cd aeri_tools cd aeri_tools
python setup.py install python setup.py install
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment