Changeset 4233 for install/g2complete


Ignore:
Timestamp:
Jan 3, 2020 3:26:51 PM (4 years ago)
Author:
toby
Message:

Create log files during install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/post-link.bat

    r4227 r4233  
    44REM "install" the GSAS-II package (create shortcuts, byte-compile...)
    55call "%PREFIX%\Scripts\Activate"
    6 "%python%" "%updatescript%" --nonet
     6"%python%" "%updatescript%" --nonet > "%PREFIX%\GSASII\InstallLog.txt"
    77REM 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"
    99pause
    1010set errorlevel=0
Note: See TracChangeset for help on using the changeset viewer.