[issue35003] Provide an option to venv to put files in a bin/ directory on Windows

Brett Cannon report at bugs.python.org
Mon Dec 2 12:41:43 EST 2019


Brett Cannon <brett at python.org> added the comment:

> If venv is run in a child process of the shell, how does it set those variables in the parent shell?

You can't. Tools like `pipenv shell` and `conda shell` end up with a new shell running instead of changing the current shell in-place.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35003>
_______________________________________


More information about the Python-bugs-list mailing list