[New-bugs-announce] [issue27393] Command to activate venv in Windows has wrong path

Manuel Kaufmann report at bugs.python.org
Sun Jun 26 13:28:33 EDT 2016


New submission from Manuel Kaufmann:

The `venv` module has a bug in the command to activate it on Windows.

In 3.3 and 3.4 the bar used is wrong: `/` instead `\`

* https://docs.python.org/3.4/library/venv.html#creating-virtual-environments
* https://docs.python.org/3.3/library/venv.html#creating-virtual-environments


In 3.5 and 3.6 that section was converted to a table with the commands and they are missing the `\` in the command path:

* https://docs.python.org/3.5/library/venv.html#creating-virtual-environments
* https://docs.python.org/dev/library/venv.html#creating-virtual-environments

----------
assignee: docs at python
components: Documentation
files: venv-windows-command.patch
keywords: patch
messages: 269299
nosy: docs at python, facundobatista, humitos
priority: normal
severity: normal
status: open
title: Command to activate venv in Windows has wrong path
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43543/venv-windows-command.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27393>
_______________________________________


More information about the New-bugs-announce mailing list