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

Conda suggest can't find python itself on Windows #3

Open
duncanmmacleod opened this issue Sep 3, 2020 · 1 comment
Open

Conda suggest can't find python itself on Windows #3

duncanmmacleod opened this issue Sep 3, 2020 · 1 comment

Comments

@duncanmmacleod
Copy link
Contributor

This might be a niche cache that isn't worth supporting, but conda suggest can't find python(.exe) itself on windows because the executable lives at the base directory of the package, not in the Scripts/ subdirectory.

The solution would presumably be to modify the EXECUTABLE_RE regex, or the logic surrounding its use, which I'm happy to explore it you think it's worth supporting this use case at all.

@scopatz
Copy link
Contributor

scopatz commented Sep 8, 2020

Ahh yeah, this is probably worth exploring. The search path is definitely different on windows.

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

No branches or pull requests

2 participants