Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yougigun/7da98a6b5bce8a68aa84660a5b1fbd61 to your computer and use it in GitHub Desktop.
Save Yougigun/7da98a6b5bce8a68aa84660a5b1fbd61 to your computer and use it in GitHub Desktop.
Auto Activate env specific python in terminal of vscode
{
"python.pythonPath": "C:\\Anaconda3\\envs\\kedro-practice\\python.exe",
"python.terminal.activateEnvironment": true,
"python.condaPath":"C:\\Anaconda3\\Scripts\\conda.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment