Skip to content

Instantly share code, notes, and snippets.

@clin045
Created May 28, 2020 20:17
Show Gist options
  • Save clin045/b06b522dd432bc4fb67bf45c4615342d to your computer and use it in GitHub Desktop.
Save clin045/b06b522dd432bc4fb67bf45c4615342d to your computer and use it in GitHub Desktop.
# Install python package
python setup.py install --single-version-externally-managed --record=record.txt
# Install PALM
git clone git@github.com:andersonwinkler/PALM.git
sed -i "s/WHICH_TO_RUN=1/WHICH_TO_RUN=2/g" ./PALM/palm
sed -i "s/\/opt\/r16b\/bin\/matlab/matlab/g" ./PALM/palm
cp -r ./PALM $PREFIX/
ln -s $PREFIX/PALM/palm $PREFIX/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment