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

Only use the venv module to create virtualenvs. #433

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Conversation

facundobatista
Copy link
Member

This is possible now as we're living in the future already (?): Python minimum version is now 3.6, which is old enough.

While it simplifies the code a lot, there may be some breakage.

If the user is passing specific options to virtualenv, as we don't use it anymore, what to do? For that I added the possibility of passing options to the venv module itself... the user may need to change something in their scripts, but at least the can keep things in control.

Also I improved the README, stopped using "virtualenv" to mean "virtual environment" as it was too confusing. Being explicit now.

Copy link
Contributor

@gilgamezh gilgamezh left a comment

Choose a reason for hiding this comment

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

LGTM! did some extra checks locally and works as expected

@gilgamezh gilgamezh merged commit 0b6f655 into master Jun 21, 2024
36 of 38 checks passed
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