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

Add support for virtualenv #909

Closed
wants to merge 6 commits into from
Closed

Conversation

dukecat0
Copy link
Member

@dukecat0 dukecat0 commented Nov 2, 2022

  • I have added an entry to docs/changelog.md

Summary of changes

Use virtualenv to create virtual environment when venv is not available.

Closes #853

TODO:

  • Allow users to pass a flag (--use-virtualenv) for using virtualenv to create the virtual environment.

Test plan

Tested by running

pipx install black --verbose

@dukecat0 dukecat0 marked this pull request as draft December 5, 2022 10:09
@gaborbernat
Copy link
Contributor

Seems stalled, closing until more contribution when we can reopen.

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.

use virtualenv instead of python -m venv for ubuntu installation
2 participants