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 vdupras
Recipients vdupras, vinay.sajip
Date 2014-06-02.18:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401734846.63.0.441941571426.issue21643@psf.upfronthosting.co.za>
In-reply-to
Content
There seems to have been a regression in Python 3.4.1 with "pyvenv --upgrade", and this regression seems to be caused by #21197.

It now seems impossible to use the "--upgrade" flag without getting a "File exists" error. Steps to reproduce:

$ pyvenv env
$ pyvenv --upgrade env
Error: [Errno 17] File exists: '/<pwd>/env/lib' -> '/<pwd>/env/lib64'
History
Date User Action Args
2014-06-02 18:47:26vduprassetrecipients: + vdupras, vinay.sajip
2014-06-02 18:47:26vduprassetmessageid: <1401734846.63.0.441941571426.issue21643@psf.upfronthosting.co.za>
2014-06-02 18:47:26vdupraslinkissue21643 messages
2014-06-02 18:47:26vduprascreate