Closed
Description
Importing virtualenv
causes setuptools
plugins being executed. So it causes them being initialized and executed multiple times, which is slow. I know that that flaw is not in the build
, but importing the unneeded (I always use -n
flag) virtualenv
and so wasting time and memory on its loading is a flaw by itself.
It is proposed to move importing of virtualenv
into the functions actually using it.
Metadata
Metadata
Assignees
Labels
No labels