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

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

try to avoid calling makeBat.py, etc. twice

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