Changeset 3934 for install/g2complete/post-link.bat
- Timestamp:
- Apr 25, 2019 6:20:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/post-link.bat
r3910 r3934 2 2 set "python=%PREFIX%\python.exe" 3 3 set "updatescript=%PREFIX%\GSASII\bootstrap.py" 4 REM "install" the GSAS-II package (create shortcuts, byte-compile...) 4 5 "%python%" "%updatescript%" --nonet 5 "%python%" "%updatescript%" 6 REM Now try to update to latest GSAS-II version (will fail if no network) 7 "%python%" "%updatescript%" --noinstall 6 8 pause 7 9 set errorlevel=0
Note: See TracChangeset
for help on using the changeset viewer.