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

Replace virtualenv references with venv in the docs #6636

Merged
merged 1 commit into from May 1, 2019

Conversation

@jdufresne
Copy link
Contributor

@jdufresne jdufresne commented May 1, 2019

On Python 3, creating virtual environments is available through the
stdlib module venv.

https://docs.python.org/3/library/venv.html

On Python 3, creating virtual environments is available through the
stdlib module venv.

https://docs.python.org/3/library/venv.html
@carltongibson carltongibson merged commit 565794b into encode:master May 1, 2019
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@jdufresne jdufresne deleted the jdufresne:venv branch May 1, 2019
jdufresne added a commit to jdufresne/django-rest-framework that referenced this pull request May 1, 2019
On Python 3, creating virtual environments is available through the
stdlib module venv.

https://docs.python.org/3/library/venv.html
terencehonles added a commit to terencehonles/django-rest-framework that referenced this pull request Oct 8, 2020
On Python 3, creating virtual environments is available through the
stdlib module venv.

https://docs.python.org/3/library/venv.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.