summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/venv.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-43777: Drop description of "pip search" command from tutorial (GH-25287)Miss Islington (bot)2021-04-141-13/+2
| | | | | (cherry picked from commit 133705b85cc25d1e6684d32f8943ca288fadfda0) Co-authored-by: Bob Kline <bkline@users.noreply.github.com>
* bpo-37403: Touch up venv docs (GH-14458)Miss Islington (bot)2019-06-281-0/+6
| | | | | | Add a versionadded for PS Core and note that `.venv` is a common virtual environment name. (cherry picked from commit f9f8e3ce709ceb15c8db8c8dde940daf1febf13d) Co-authored-by: Brett Cannon <54418+brettcannon@users.noreply.github.com>
* bpo-33503: Fix the broken pypi link in the source and the documentation ↵Stéphane Wirtel2018-05-151-1/+1
| | | | (GH-6814)
* Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-081-49/+62
| | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch.
* #23891: correctly refer to PyPI as "Python Package Index"Tal Einat2015-06-091-3/+3
|
* #23891: remove extra wordsAndrew Kuchling2015-06-081-1/+1
|
* #23891: add a section to the Tutorial describing virtual environments and pipAndrew Kuchling2015-06-081-0/+197