Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to