On 4/26/23 18:32, John Snow wrote:
mkvenv: Creating {isolated|non-isolated} virtual environment [based on
/home/pbonzini/myvenv]
"based on ..." for nested venv case only?
Yes.
and when creating the console-scripts shims:
mkvenv: Found avocado v90.0
Sure. Up to the user at that point to figure out if we used that package
or not.
e.g. "found meson 0.5.0" might occur even if we require >=1.0.
John and I discussed offlist and he'll try to remove --gen so that all
system packages handling is done at "mkvenv ensure" time. The "Found"
message can then be printed at "mkvenv ensure" time too.
Thanks,
Paolo
Simple to implement, though.