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

Last change on this file since 4257 was 4257, checked in by toby, 3 years ago

more testing for offline mac install

  • Property svn:executable set to *
File size: 435 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 #2>&1 > /tmp/bootstrap1.log
6# Now try to update to latest GSAS-II version (will fail if no network)
7$PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --noinstall #2>&1 > /tmp/bootstrap2.log
Note: See TracBrowser for help on using the repository browser.