Changeset 4226


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

call activate during Windows install

Location:
install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/bld.bat

    r3910 r4226  
    55copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
    66if errorlevel 1 exit 1
    7 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
     7call "%PREFIX%\Scripts\Activate"
     8"%PREFIX%\python" %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
    89if errorlevel 1 exit 1
  • install/g2full/construct.yaml.template

    r3915 r4226  
    1010    - python=3.7
    1111    - conda
    12     - numpy=1.15
     12    - numpy
    1313    - scipy
    1414    - matplotlib>=3.0.3
Note: See TracChangeset for help on using the changeset viewer.