Skip to content

Conversation

leha-bot
Copy link
Contributor

This PR is a refined version of the #666 , it enables Python venvs on Windows. Some ideas were inspired from that my PR and slightly improved respecting related feedback from that PR.


Note: by creating a PR or an issue you automatically agree to the CLA. See CONTRIBUTING.md. Feel free to remove this note, the agreement holds.

Comment on lines +153 to +157
if(WIN32)
set(venv_python python)
else()
set(venv_python python3)
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably use python everywhere. See old line 97, we already return python in this path

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.

2 participants