Thanks for explaining this. I learned https://docs.python.org/3/library/venv.html is built into Python 3's standard lib, and it has a subset of features compared to https://pypi.org/project/virtualenv/ . It sounds like we have some work to do to switch Ceph and other upstream projects away from using virtualenv. - Ken On Wed, Jul 28, 2021 at 4:38 PM Nico Kadel-Garcia <nkadel at gmail.com> wrote: > > On Wed, Jul 28, 2021 at 4:16 PM Ken Dreyer <kdreyer at redhat.com> wrote: > > > > python3-virtualenv is not in the CentOS Stream 9 composes. It's > > surprising to me because > > https://kojihub.stream.centos.org/koji/buildinfo?buildID=6539 has a > > recent changelog entry "Rebuilt for RHEL 9 BETA on Apr 15th 2021. > > Related: rhbz#1947937". > > > > Can we add this to CentOS Stream 9 comps? > > Don't bother. The command "python3 -m venv dirname" does very similar > work and requires no additional RPM. > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > https://lists.centos.org/mailman/listinfo/centos-devel >