conda_env_cmd.bat 246 B

12345678910111213141516
  1. @echo off
  2. cd %~dp0
  3. cd ..
  4. call .\installer_files\mamba\condabin\activate.bat .\installer_files\env
  5. echo Starting command prompt for user to run commands in
  6. call conda --version
  7. echo Node
  8. call node --version
  9. call python --version
  10. cmd /k "%*"