From: Ken Dreyer Date: Wed, 1 Sep 2021 21:40:35 +0000 (-0400) Subject: admin/build-doc: use venv module again X-Git-Tag: v17.1.0~967^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9b539494e65e2c4b34559ffaf3f1e66db272e4a5;p=ceph-ci.git admin/build-doc: use venv module again Commit 690ca1c5628af629a25a80611c20e56095f13352 accidentally re-introduced virtualenv. Switch back to the venv module in stdlib. Signed-off-by: Ken Dreyer --- diff --git a/admin/build-doc b/admin/build-doc index bbda3eb631b..656990ae9c3 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -55,7 +55,7 @@ if test -f $md5 && md5sum --check $md5 > /dev/null; then # reusing existing venv : else - virtualenv --python=python3 $vdir + python3 -m venv $vdir $vdir/bin/pip install --quiet wheel $vdir/bin/pip install --quiet \