New submission from Stéphane Wirtel <steph...@wirtel.be>:

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'
Fail with a dash.

> python -m venv ~/.virtualenvs/test_proftpd
Work fine with an underscore

----------
messages: 355941
nosy: matrixise
priority: normal
severity: normal
status: open
title: can't create a venv with a dash in the name
versions: Python 3.8, Python 3.9

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

Reply via email to