Jay Faulkner 2fdb729e04 Use venv module for PROJECT_VENV building
Currently, if USE_VENV=True, PROJECT_VENVs are initialized using the
tools/build_venv.sh script; this script depends on the virtualenv
module, which is much less commonly available than the built-in venv
module which we already use many places.

This changes the build_venv.sh script to use `python -m venv` instead.

Needed-By: https://review.opendev.org/c/openstack/ironic/+/930776
Change-Id: I89fa2c0c4261e715064e77a766d98a34299532b3
2024-11-12 15:04:03 -08:00
..
2021-01-12 17:41:19 -08:00
2019-03-29 11:20:19 -07:00
2022-11-07 08:21:34 +00:00
2016-08-22 17:00:50 +00:00
2022-11-28 11:19:45 +01:00