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

Python Core should be privileged over other python installations #75

Closed
techalchemy opened this issue Jul 6, 2019 · 0 comments · Fixed by #76
Closed

Python Core should be privileged over other python installations #75

techalchemy opened this issue Jul 6, 2019 · 0 comments · Fixed by #76
Assignees
Labels
enhancement New feature or request

Comments

@techalchemy
Copy link
Member

  • On windows, for example, if we privilege 'anaconda' over a python core install, a virtualenv may be created which doesn't have access to SSL (is this a path issue / dll loading?)
  • I was surprised that conda / anaconda was sorted first although it obviously is as we just do a version sort
  • Windows makes this information available so we might as well just include it in the search parameters
@techalchemy techalchemy self-assigned this Jul 6, 2019
@techalchemy techalchemy added the enhancement New feature or request label Jul 6, 2019
techalchemy added a commit that referenced this issue Jul 6, 2019
- Prefer `PythonCore`
- Fixes #75

Signed-off-by: Dan Ryan <dan@danryan.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant