[issue38685] can't create a venv with a dash in the name

2019-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: close, bad manip :/ -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue38685] can't create a venv with a dash in the name

2019-11-04 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : I tried to create a venv via python -m venv here are the commands: > python --version Python 3.8.0 > python -m venv ~/.virtualenvs/test-proftpd Error: [Errno 40] Too many levels of symbolic links: '/home/stephane/.virtualenvs/test-proftpd/bin/python' Fai