Skip to content

Instantly share code, notes, and snippets.

@asears
Created March 5, 2019 14:04
Show Gist options
  • Select an option

  • Save asears/4180806f819ca8feee51c85aa26ca3f3 to your computer and use it in GitHub Desktop.

Select an option

Save asears/4180806f819ca8feee51c85aa26ca3f3 to your computer and use it in GitHub Desktop.
VSCode with Anaconda Terminal Prompt
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/K","C:\\ProgramData\\Anaconda3\\Scripts\\activate.bat C:\\ProgramData\\Anaconda3"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment