Changeset 4227 for install/g2complete


Ignore:
Timestamp:
Jan 2, 2020 4:36:00 PM (4 years ago)
Author:
toby
Message:

call activate during Windows install

Location:
install/g2complete
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/bld.bat

    r4226 r4227  
    55copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
    66if errorlevel 1 exit 1
    7 call "%PREFIX%\Scripts\Activate"
    8 "%PREFIX%\python" %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
     7python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
    98if errorlevel 1 exit 1
  • install/g2complete/post-link.bat

    r3934 r4227  
    33set "updatescript=%PREFIX%\GSASII\bootstrap.py"
    44REM "install" the GSAS-II package (create shortcuts, byte-compile...)
     5call "%PREFIX%\Scripts\Activate"
    56"%python%" "%updatescript%" --nonet
    67REM Now try to update to latest GSAS-II version (will fail if no network)
Note: See TracChangeset for help on using the changeset viewer.