New submission from Virgil Dupras:

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'

----------
components: Library (Lib)
keywords: 3.4regression
messages: 219617
nosy: vdupras, vinay.sajip
priority: normal
severity: normal
status: open
title: "File exists" error during venv --upgrade
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to