Changeset 4233
- Timestamp:
- Jan 3, 2020 3:26:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/post-link.bat
r4227 r4233 4 4 REM "install" the GSAS-II package (create shortcuts, byte-compile...) 5 5 call "%PREFIX%\Scripts\Activate" 6 "%python%" "%updatescript%" --nonet 6 "%python%" "%updatescript%" --nonet > "%PREFIX%\GSASII\InstallLog.txt" 7 7 REM Now try to update to latest GSAS-II version (will fail if no network) 8 "%python%" "%updatescript%" --noinstall 8 "%python%" "%updatescript%" --noinstall > "%PREFIX%\GSASII\UpdateLog.txt" 9 9 pause 10 10 set errorlevel=0
Note: See TracChangeset
for help on using the changeset viewer.