This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andrea.corbellini
Recipients andrea.corbellini
Date 2013-08-22.13:03:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377176626.74.0.056181108419.issue18807@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-22 13:03:46andrea.corbellinisetrecipients: + andrea.corbellini
2013-08-22 13:03:46andrea.corbellinisetmessageid: <1377176626.74.0.056181108419.issue18807@psf.upfronthosting.co.za>
2013-08-22 13:03:46andrea.corbellinilinkissue18807 messages
2013-08-22 13:03:46andrea.corbellinicreate