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

Update Python version supported by virtualenv #538

Merged
merged 1 commit into from Aug 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/tutorials/installing-packages.rst
Expand Up @@ -185,7 +185,7 @@ Currently, there are two common tools for creating Python virtual environments:
* `venv`_ is available by default in Python 3.3 and later, and installs
:ref:`pip` and :ref:`setuptools` into created virtual environments in
Python 3.4 and later.
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.6+
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.7+
and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are
always installed into created virtual environments by default (regardless of
Python version).
Expand Down