-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Spike - Use only conda activate, stop calling source #8864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👉 To check if the terminal is initialized look for the 👉 To initialize conda for the user there are 2 options:
Prescribed solutionUpdate Replace vscode-python/src/client/common/terminal/environmentActivationProviders/condaActivationProvider.ts Lines 70 to 75 in f9c1f97
with return [`conda activate ${condaEnv.toCommandArgument()}`]; |
If we go down this path, we might want to prompt the user to do this. After all, this changes how their default shell behaves & it could be a big deal for those who |
After discussion with @brettcannon and @luabud , we're not going to introduce this change in the existing codebase, but rather use it when we refactor environment activation (tl;dr not gonna fix the old code). |
No description provided.
The text was updated successfully, but these errors were encountered: