source: install/g2complete/post-link.sh @ 4260

Last change on this file since 4260 was 4260, checked in by toby, 4 years ago

Redirect stderr to /.messages.txt mac install

  • Property svn:executable set to *
File size: 474 bytes
Line 
1#!/bin/bash
2echo "Complete installation GSAS-II and update from APS subversion server if on network"
3echo $PREFIX/bin/python
4# "install" the GSAS-II package (create shortcuts, byte-compile...)
5$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet > /tmp/bootstrap1.log 2> $PREFIX/.messages.txt
6# Now try to update to latest GSAS-II version (will fail if no network)
7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall > /tmp/bootstrap2.log 2>> $PREFIX/.messages.txt
Note: See TracBrowser for help on using the repository browser.