Skip to content

Getting run.bat to work

echang97 edited this page Aug 7, 2019 · 1 revision

run.bat might not find c:/programdata/anaconda3/scripts/activate.bat

To fix this:

  • Open up Anaconda Prompt (NOT Powershell Prompt)
  • Type where anaconda
    • It should provide where Anaconda is located
  • Edit the batch file with a text editor and replace:

call C:/programdata/anaconda3/scripts/activate.bat with call [your_path_here]/activate.bat