Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Revert to using conda activate for fetching activated environment variables #19819

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

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

karrtikr
Copy link

Because of conda/conda#11814, conda activate is faster.

Closes #19347 For #19101

@karrtikr karrtikr added the feature-request Request for new features or functionality label Sep 12, 2022
@karrtikr karrtikr merged commit 5cc9092 into microsoft:main Sep 13, 2022
@karrtikr karrtikr deleted the condaactiv branch September 13, 2022 00:07
eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Oct 4, 2022
karrtikr pushed a commit that referenced this pull request Oct 11, 2022
karrtikr pushed a commit that referenced this pull request Oct 12, 2022
…les (#19986)

Reverts #19819 Closes
#19967

Until we have a better activation story:
#11039, where we
potentially get rid of using `conda activate` commands, use `conda run`
for fetching environment variables even though it's slower.

Created #19987 for
tackling it in the future.

FYI @DonJayamanne
karrtikr pushed a commit that referenced this pull request Oct 12, 2022
…les (#19986)

Reverts #19819 Closes
#19967

Until we have a better activation story:
#11039, where we
potentially get rid of using `conda activate` commands, use `conda run`
for fetching environment variables even though it's slower.

Created #19987 for
tackling it in the future.

FYI @DonJayamanne
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
…les (microsoft/vscode-python#19986)

Reverts microsoft/vscode-python#19819 Closes
microsoft/vscode-python#19967

Until we have a better activation story:
microsoft/vscode-python#11039, where we
potentially get rid of using `conda activate` commands, use `conda run`
for fetching environment variables even though it's slower.

Created microsoft/vscode-python#19987 for
tackling it in the future.

FYI @DonJayamanne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rogue conda processes left running after closing vscode (do not use conda run for fetching env variables)
2 participants