summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2021-09-01 23:40:35 +0200
committerKen Dreyer <kdreyer@redhat.com>2021-09-01 23:40:35 +0200
commit9b539494e65e2c4b34559ffaf3f1e66db272e4a5 (patch)
tree4bd4716e0ceb5f49f4cac75a43ae603f22b3b6c9 /admin
parentMerge pull request #42942 from zdover23/wip-doc-mgr-progress (diff)
downloadceph-9b539494e65e2c4b34559ffaf3f1e66db272e4a5.tar.xz
ceph-9b539494e65e2c4b34559ffaf3f1e66db272e4a5.zip
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 <kdreyer@redhat.com>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/build-doc2
1 files changed, 1 insertions, 1 deletions
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 \