[issue15776] Allow pyvenv to work in existing directory

Vinay Sajip report at bugs.python.org
Fri Aug 24 14:50:58 CEST 2012


Vinay Sajip added the comment:

Venvs should be regarded as throwaway; there is really no reason to add other files (e.g. project files) to venvs.

Two common patterns are:

1. Use a single place for all venvs (virtualenvwrapper does this)
2. Use a venv in a subdirectory of a project directory

The current implementation follows PEP 405, and the functionality was discussed on python-dev before being finalised.

----------

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


More information about the Python-bugs-list mailing list