]> git-server-git.apps.pok.os.sepia.ceph.com Git - ragweed.git/commit
bootstrap: use python3-venv instead python3-virtualenv 23/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 19 Jan 2023 20:42:21 +0000 (15:42 -0500)
committerCasey Bodley <cbodley@redhat.com>
Mon, 30 Jan 2023 18:42:29 +0000 (13:42 -0500)
commitf6e7df60d384d52860663b923d11cea32b08b3cf
tree5ff638e8f1852c584f4ea1b3d4f710a47f183132
parente695ba56361435d5dd1754964250f589139ce3fa
bootstrap: use python3-venv instead python3-virtualenv

on ubuntu 22.04, the 'virtualenv' command has no virtualenv/bin
subdirectory, so bootstrap fails with:

./virtualenv/bin/pip: not found

Signed-off-by: Casey Bodley <cbodley@redhat.com>
bootstrap