| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) | Miss Islington (bot) | 2021-04-14 | 1 | -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) | Brett Cannon | 2019-06-28 | 1 | -0/+6 |
| | | | | Add a versionadded for PS Core and note that `.venv` is a common virtual environment name. | ||||
| * | Use `python -m pip install` in porting guide and venv docs (GH-13257) | Brad | 2019-06-21 | 1 | -4/+4 |
| | | | | This is to help prevent people from accidentally installing into the wrong Python interpreter if they are not aware of which Python interpreter `pip` points to. | ||||
| * | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | | (GH-6814) | ||||
| * | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 1 | -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 Einat | 2015-06-09 | 1 | -3/+3 |
| | | |||||
| * | #23891: remove extra words | Andrew Kuchling | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | #23891: add a section to the Tutorial describing virtual environments and pip | Andrew Kuchling | 2015-06-08 | 1 | -0/+197 |
