summaryrefslogtreecommitdiffstats
path: root/Doc/using/venv-create.inc
Commit message (Collapse)AuthorAgeFilesLines
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-2/+5
| | | | | | | Remove the bundled setuptools wheel from ensurepip, and stop installing setuptools in environments created by venv. Co-Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
* gh-102354: change python3 to python in docs examples (#102696)Paul Watson2023-03-141-1/+1
|
* docs: Change links to label refs (#98454)Stanley2022-10-261-2/+2
| | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
* [doc] Refresh the venv introduction documentation, and correct the statement ↵Phil Elson2022-10-191-42/+0
| | | | | about VIRTUAL_ENV (GH-98350) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
* Remove unnecessary text from documentation. (GH-95670)fluesvamp2022-08-041-1/+1
|
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+1
|
* Fix documented Python version for venv --upgrade-deps (GH-22113)johnthagen2020-09-051-1/+1
| | | | | | | | | | Fixes incorrect Python version added for `venv` `--upgrade-deps` in #13100. This feature was added in Python 3.9 not 3.8. Relates to: - - https://github.com/python/cpython/commit/1cba1c9abadf76f458ecf883a48515aa3b534dbd Automerge-Triggered-By: @vsajip
* [doc] Document VIRTUAL_ENV environment variable (GH-21970)Andre Delfino2020-09-011-0/+4
|
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miro Hrončok2020-05-251-1/+1
|
* bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)Derek Keeler2020-04-021-0/+11
|
* bpo-38899: virtual environment activation for fish should use `source` ↵Brett Cannon2019-11-231-1/+1
| | | | | | | | | | | | (GH-17359) The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source). https://bugs.python.org/issue38899 Automerge-Triggered-By: @brettcannon
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Derek Keeler2019-07-261-4/+2
|
* bpo-37403: Touch up venv docs (GH-14458)Brett Cannon2019-06-281-7/+14
| | | Add a versionadded for PS Core and note that `.venv` is a common virtual environment name.
* bpo-34556: Add --upgrade-deps to venv module (#13100)Cooper Lees2019-06-171-1/+6
| | | | | | | Add --upgrade-deps to venv module - This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI - Update documentation to represent this change bpo-34556: Add --upgrade to venv module
* Include the --prompt flag in venv's help output (GH-10711)Holger Frey2019-02-221-1/+3
| | | Document usage of the existing `--prompt` option in the command line help.
* bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)Steve Dower2019-01-301-0/+5
|
* bpo-35450: reflect in docs that venv module is not always creating a … ↵mkkot2018-12-141-3/+4
| | | | | | | | | | | (GH-11144) …copy of python binary https://bugs.python.org/issue35450
* bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604)Julien Palard2018-11-211-1/+2
|
* bpo-24356: Specify which Python binary will be used with venv (GH-6589)Elena Oat2018-07-281-5/+0
|
* Correct venv doc (fix #32540) (#5736)TROUVERIE Joachim2018-02-181-4/+3
|
* bpo-31053: Remove redundant 'venv' argument in venv example (GH-2907)cocoatomo2017-10-271-1/+1
|
* Issue #27285: Document the deprecation of the pyvenv script.Brett Cannon2016-07-081-42/+53
| | | | | | | | | 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.
* Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
|
* Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| | | | Patch by Manuel Kaufmann.
* issue27045 - Use backslash in windows path to script file.Senthil Kumaran2016-05-181-2/+2
|
* Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
|
* Update output of venv -hBerker Peksag2016-01-301-4/+5
| | | | | * Update description of the --system-site-packages option * Show --copies option in the usage
* Issue #26034: Sync documentation of --clear with its behaviorBerker Peksag2016-01-281-3/+2
| | | | Most of the docs has already been updated in c3c188a0325a.
* Closes #23357: Updated documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
|\
| * Corrected typo.Vinay Sajip2015-02-071-1/+1
| |
| * Minor change to documentation on creating venvs.Vinay Sajip2015-02-071-4/+7
|/
* Updated pyvenv documentation to match its current behaviour.Vinay Sajip2015-01-231-2/+5
|
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-1/+9
|
* shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.R David Murray2013-12-261-0/+2
| | | | | | Also added versionadded for for fish/csh, fixed indentation of versionadded for ElementTree.write, and make the behavior of shelf as a context manager explicit in the docs.
* Close #19552: venv and pyvenv ensurepip integrationNick Coghlan2013-11-221-1/+9
|
* Issue #15417: Add support for csh and fish in venv activation scripts.Andrew Svetlov2012-10-041-14/+15
|
* Factored out common venv documentation and added more information about ↵Vinay Sajip2012-07-101-0/+85
Distribute/pip.