Last change
on this file since 4678 was
4233,
checked in by toby, 4 years ago
|
Create log files during install
|
-
Property svn:executable set to
*
|
File size:
522 bytes
|
Rev | Line | |
---|
[3910] | 1 | echo "Complete installation GSAS-II and update from APS subversion server if on network" |
---|
| 2 | set "python=%PREFIX%\python.exe" |
---|
| 3 | set "updatescript=%PREFIX%\GSASII\bootstrap.py" |
---|
[3934] | 4 | REM "install" the GSAS-II package (create shortcuts, byte-compile...) |
---|
[4227] | 5 | call "%PREFIX%\Scripts\Activate" |
---|
[4233] | 6 | "%python%" "%updatescript%" --nonet > "%PREFIX%\GSASII\InstallLog.txt" |
---|
[3934] | 7 | REM Now try to update to latest GSAS-II version (will fail if no network) |
---|
[4233] | 8 | "%python%" "%updatescript%" --noinstall > "%PREFIX%\GSASII\UpdateLog.txt" |
---|
[3910] | 9 | pause |
---|
| 10 | set errorlevel=0 |
---|
| 11 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.