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 steve.dower
Recipients eric.snow, mariofutire, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-10-13.16:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539448636.83.0.788709270274.issue34725@psf.upfronthosting.co.za>
In-reply-to
Content
I meant why are you using an embedded application with a virtual environment? What sort of application do you have that requires users to configure a virtual environment, rather than providing its own set of libraries?

The embedding scenarios I'm aware of almost always want privacy/isolation from whatever a user has installed/configured, so that they can work reliably even when users modify other parts of their own system. I'm trying to understand what scenario (other than "I am an interactive Python shell") would want to automatically pick up the configuration rather than having its own configuration files/settings.
History
Date User Action Args
2018-10-13 16:37:16steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, vstinner, tim.golden, eric.snow, zach.ware, mariofutire
2018-10-13 16:37:16steve.dowersetmessageid: <1539448636.83.0.788709270274.issue34725@psf.upfronthosting.co.za>
2018-10-13 16:37:16steve.dowerlinkissue34725 messages
2018-10-13 16:37:16steve.dowercreate