-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use conda run for conda environments for running python files and possibly installation #18479
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
conda run
for conda environments when running python files
It turns out we cannot use
Seems like another bug on conda. (conda/conda#11305) |
@karrtikr are there verification steps for this? |
Thanks for testing:
If you need more elaboration please let me know. |
Debug python file doesn't use conda run? Does that matter? Otherwise verified running uses conda run:
|
Cool. @karthiknadig should this happen? |
No that should not happen. we might have a bug. |
Hi~ I updated my VSCode, and found that the new version seemed to fix this bug. |
@fsjwlf Can you create a new issue for this? Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Seems like this bit was missed:

Feel free to also add it in the iteration planning board. Note we should not be using the
OUTPUT_MARKER_SCRIPT
for running/debugging files, so add an option in this APIvscode-python/src/client/pythonEnvironments/common/environmentManagers/conda.ts
Lines 408 to 420 in 3b114e3
cc/ @karthiknadig
The text was updated successfully, but these errors were encountered: