]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/setup-virtualenv: s/virtualenv/python -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 12:47:28 +0000 (20:47 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:16:56 +0000 (21:16 +0800)
commit494fea50ced7224322f382796f1904742e6a6b69
tree696554f9e9031ca2866f492b6e6dea6f326c3a90
parent3c40db975cbf0dc6af02e64ecaf8048fe088877c
tools/setup-virtualenv: 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>
src/tools/setup-virtualenv.sh