Is there a way to set default python environment in settings? #13910
Unanswered
braindevices
asked this question in
General
Replies: 1 comment
-
set the path of python Interpreter in your setting json in workspace {"python.defaultInterpreterPath": "/path/to/envs/python",} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple root folders in my workspace. Each of them have different venv. I wonder is there a way to configure the default python environment per workspace or even per folder or notebook?
Beta Was this translation helpful? Give feedback.
All reactions