[issue35271] venv creates pyvenv.cfg with wrong home

2019-04-17 Thread Eric V. Smith
Change by Eric V. Smith : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker ___ ___

[issue35271] venv creates pyvenv.cfg with wrong home

2018-11-19 Thread Eric V. Smith
Change by Eric V. Smith : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35271] venv creates pyvenv.cfg with wrong home

2018-11-18 Thread Eric V. Smith
Eric V. Smith added the comment: You're going to have to provide some information, we can't guess at what's going on. At the very least: What OS? What shell? Which exact version of Python? How was it installed? Where is the file pyvenv.cfg that shows the problem? What are its entire

[issue35271] venv creates pyvenv.cfg with wrong home

2018-11-18 Thread wvxvw
New submission from wvxvw : I must have some environment variable set, which affects this behavior, but I don't know which one that would be. What happens is as follows: No matter in what directory I execute this command: python3 -m venv .venv or python3 -m venv $(pwd)/.venv no matter if