Skip to content
Snippets Groups Projects
Commit 0d8bed8f authored by Sujen Shah's avatar Sujen Shah
Browse files

Add install.sh

parent 06a26a99
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export SCONS_CONFIG_DIR=/home/.isce
export PATH="/home/pkgs/isce/contrib/stack/topsStack:$PATH"
export ISCE_INSTALL_ROOT=/home/pkgs/isce
export PYTHONPATH=$ISCE_INSTALL_ROOT:$PYTHONPATH
export ISCE_HOME=$ISCE_INSTALL_ROOT/isce
export PATH=$ISCE_HOME/applications:$PATH
pushd /home/pkgs/isce2
scons install
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