summaryrefslogtreecommitdiffstats
path: root/Doc/using/venv-create.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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.