Last change
on this file since 2358 was
2315,
checked in by toby, 7 years ago
|
seems to work, but problem in updating install.bat
|
File size:
507 bytes
|
Rev | Line | |
---|
[2315] | 1 | REM at present this does not get run in constructor, so it is a place-holder |
---|
| 2 | echo "Preparing to install GSAS-II from APS subversion server" |
---|
| 3 | mkdir %PREFIX%\GSASII |
---|
| 4 | copy %PREFIX%\Scripts\gsas2-install.py %PREFIX%\GSASII\bootstrap.py |
---|
| 5 | REM SET "install=%HOMEPATH%\Desktop\install-gsas2.bat" |
---|
| 6 | REM echo "%PREFIX%\python.exe" "%PREFIX%\GSASII\bootstrap.py" > %install% |
---|
| 7 | REM echo pause >> %install% |
---|
| 8 | REM set "python=%PREFIX%\python.exe" |
---|
| 9 | REM set "script=%PREFIX%\GSASII\bootstrap.py" |
---|
| 10 | REM %python% %script% |
---|
| 11 | pause |
---|
| 12 | |
---|
| 13 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.