Description:
There is a TODO in the code that talks about trying to discover a virtualenv where the packager can run. Is this a real requirement? Can we just live with a Python and PIP executable available in the shell?
If this is a real requirement, what are some strategies to discover the virtualenv and fail if we can't find one?
Description:
There is a
TODOin the code that talks about trying to discover a virtualenv where the packager can run. Is this a real requirement? Can we just live with a Python and PIP executable available in the shell?If this is a real requirement, what are some strategies to discover the virtualenv and fail if we can't find one?