Created
August 14, 2020 12:58
-
-
Save Yougigun/7da98a6b5bce8a68aa84660a5b1fbd61 to your computer and use it in GitHub Desktop.
Auto Activate env specific python in terminal of vscode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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