Last change
on this file since 4407 was
4233,
checked in by toby, 4 years ago
|
Create log files during install
|
-
Property svn:executable set to
*
|
File size:
522 bytes
|
Line | |
---|
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" |
---|
4 | REM "install" the GSAS-II package (create shortcuts, byte-compile...) |
---|
5 | call "%PREFIX%\Scripts\Activate" |
---|
6 | "%python%" "%updatescript%" --nonet > "%PREFIX%\GSASII\InstallLog.txt" |
---|
7 | REM Now try to update to latest GSAS-II version (will fail if no network) |
---|
8 | "%python%" "%updatescript%" --noinstall > "%PREFIX%\GSASII\UpdateLog.txt" |
---|
9 | pause |
---|
10 | set errorlevel=0 |
---|
11 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.