Brett Cannon <br...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35003>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to