This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients DamlaAltun, brett.cannon, uranusjr, vinay.sajip
Date 2019-12-02.17:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575308503.11.0.158430237429.issue35003@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-12-02 17:41:43brett.cannonsetrecipients: + brett.cannon, vinay.sajip, uranusjr, DamlaAltun
2019-12-02 17:41:43brett.cannonsetmessageid: <1575308503.11.0.158430237429.issue35003@roundup.psfhosted.org>
2019-12-02 17:41:43brett.cannonlinkissue35003 messages
2019-12-02 17:41:42brett.cannoncreate