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

Support the virtualenv module #10

Closed
marier-nico opened this issue Jan 12, 2021 · 1 comment
Closed

Support the virtualenv module #10

marier-nico opened this issue Jan 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@marier-nico
Copy link
Owner

Python has a built-in venv module which is currently used and allows to do most of what we want to do. The main benefit of using the virtualenv module would be the ability to use any installed python version for the virtual environment (which might already be possible with the -p option of the new subcommand of this project). If that already works, then it still might be a good idea, because virtualenv advertises itself as being faster then the built-in venv module.

@marier-nico marier-nico added the enhancement New feature or request label Jan 12, 2021
@marier-nico marier-nico self-assigned this Jan 12, 2021
@marier-nico
Copy link
Owner Author

This is no longer required since v2

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

No branches or pull requests

1 participant