Skip to content

Commit

Permalink
Using mamba seems a little unstable on the Windows terminal...
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Feb 5, 2024
1 parent 6b0f6f6 commit afa5a5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions meta-pkgs/windows/mcstas-python-install.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
@SET PATH=c:\\@FLAVOR@-@VERSION@\\bin;c:\\@FLAVOR@-@VERSION@\\miniconda3;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Scripts\\;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Library\\bin;c:\\@FLAVOR@-@VERSION@\\miniconda3\\Library\\mingw-w64\\bin;%PATH%
@REM update conda and install mamba
@CALL c:\\@FLAVOR@-@VERSION@\\miniconda3\\Scripts\\activate.bat
@mamba update mamba -y
@REM pick dependencies from the default channel and clean up
@mamba install m2-msys2-runtime m2w64-gcc m2w64-gsl mpld3 pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph qscintilla2 nomkl typing msmpi jupytext jupyterlab ipympl -y
@mamba clean --all -y
@conda install m2-msys2-runtime m2w64-gcc m2w64-gsl mpld3 pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph qscintilla2 nomkl typing msmpi jupytext jupyterlab ipympl -y
@conda clean --all -y
@pip3 install McStasScript guide_bot
@SET MCSCONFIG=C:\\@FLAVOR@-@VERSION@\\miniconda3\\Lib\\site-packages\\mcstasscript\\configuration.yaml
@echo other: > %MCSCONFIG%
Expand Down

0 comments on commit afa5a5d

Please sign in to comment.