Created
August 14, 2020 12:58
-
-
Save Yougigun/b88a1bcd6c6ed92c8c11174b7aaa4de1 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