Skip to content

Commit

Permalink
admin/build-doc: use venv module again
Browse files Browse the repository at this point in the history
Commit 690ca1c accidentally
re-introduced virtualenv. Switch back to the venv module in stdlib.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Sep 1, 2021
1 parent f51c0c7 commit 9b53949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/build-doc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9b53949

Please sign in to comment.