Skip to content

Instantly share code, notes, and snippets.

@xtagon
Created April 5, 2020 19:26
Show Gist options
  • Save xtagon/cf5d5620ccacf0de134aa62802a32b44 to your computer and use it in GitHub Desktop.
Save xtagon/cf5d5620ccacf0de134aa62802a32b44 to your computer and use it in GitHub Desktop.
Visual Studio Code settings for Rasa with MiniConda
{
"python.pythonPath": "%HOMEPATH%\\miniconda3\\envs\\hellorasa\\python.exe",
"terminal.integrated.shell.windows":"C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/K", "%HOMEPATH%\\miniconda3\\Scripts\\activate.bat %HOMEPATH%\\miniconda3\\envs\\hellorasa"]
}
@xtagon
Copy link
Author

xtagon commented Apr 5, 2020

To be embedded in the blog post "Getting Started with Rasa on Windows with VS Code"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment