Last change
on this file since 4407 was
4261,
checked in by toby, 3 years ago
|
Last(?) updates to mac/linux install
|
-
Property svn:executable set to
*
|
File size:
475 bytes
|
Rev | Line | |
---|
[3910] | 1 | #!/bin/bash |
---|
| 2 | echo "Complete installation GSAS-II and update from APS subversion server if on network" |
---|
| 3 | echo $PREFIX/bin/python |
---|
[3934] | 4 | # "install" the GSAS-II package (create shortcuts, byte-compile...) |
---|
[4261] | 5 | $PREFIX/bin/python $PREFIX/GSASII/bootstrap.py --nonet > /tmp/bootstrap1.log 2>> $PREFIX/.messages.txt |
---|
[3934] | 6 | # Now try to update to latest GSAS-II version (will fail if no network) |
---|
[4260] | 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.