]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps.sh: s/virtualenv/python -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 12:55:55 +0000 (20:55 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:16:56 +0000 (21:16 +0800)
commit3185854c800fde1ed2e498d9fc692228f2db9277
treeed4acffeb9b298f9ca2f52a4ca9da4bc6143105a
parent730f7134f6db1537b2c6cc94f1f4b099579b0c8c
install-deps.sh: s/virtualenv/python -m venv/

so we don't need to use virtualenv python package for creating a
virtualenv, the "venv" module in Python3 would suffice.

see also https://docs.python.org/3/library/venv.html

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh