[New-bugs-announce] [issue18807] Allow venv to create copies, even when symlinks are supported
Andrea Corbellini
report at bugs.python.org
Thu Aug 22 15:03:46 CEST 2013
New submission from Andrea Corbellini:
I'd really appreciate if `venv` could create environments without symlinks.
Working on many Python projects, each one with different requirements, I prefer to keep everything I need in a single virtualenv directory, rather than two (one for the virtualenv and one for the built Python).
So I'd like to have a --copies option that lets me force venv not to create symlinks. I can work on a patch if this issue is accepted.
----------
components: Library (Lib)
messages: 195883
nosy: candrea
priority: normal
severity: normal
status: open
title: Allow venv to create copies, even when symlinks are supported
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18807>
_______________________________________
More information about the New-bugs-announce
mailing list