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

Fixed the default paths for conda on windows where the python.exe found was not the correct one #310

Merged
merged 9 commits into from Jun 21, 2020

Conversation

smarie
Copy link
Contributor

@smarie smarie commented Apr 20, 2020

Changelog (should I commit it in the changelog file ?)

  • Virtual environments now have a bin_paths attribute instead of a single bin. command.run and which both have their path argument renamed paths and supporting a list of paths, to handle it.

  • Fixed the default paths for conda on windows where the python.exe found was not the correct one. Fixes Session.run finds incorrect Python  #256

Sylvain MARIE added 4 commits April 20, 2020 11:03
…ngle `bin`. `command.run` and `which` both have their `path` argument renamed `paths` and supporting a list of paths, to handle it. Fixes wntrblm#256
…n `nox.command.run`, and the `bin` to `bin_paths` renaming in `virtualenv`
@theacodes theacodes merged commit ae3b37d into wntrblm:master Jun 21, 2020
@smarie
Copy link
Contributor Author

smarie commented Jun 22, 2020

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Session.run finds incorrect Python
2 participants