Skip to content
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

PR: Replace set with list when searching for installed program #23327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrclary
Copy link
Contributor

@mrclary mrclary commented Dec 20, 2024

set does not guarantee order, so could be non-deterministic. Also, it is desirable for the priority to be extra_paths, conda, pyenv, then system paths

Fixes #23061

set did not guarantee order, so could be non-deterministic.
Also, it is desirable for the priority to be extra_paths, conda, pyenv, then system paths
@mrclary mrclary self-assigned this Dec 20, 2024
@mrclary mrclary marked this pull request as ready for review December 20, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Internal Error in util/conda.py if conda channel not found
1 participant