From: Kefu Chai Date: Sat, 31 Jul 2021 13:13:50 +0000 (+0800) Subject: script/ceph-release-notes: s/virtualenv/python3 -m venv/ X-Git-Tag: v17.1.0~1208^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3a2004dcc0922ffd564f1fd4b86dd332affccf00;p=ceph.git script/ceph-release-notes: s/virtualenv/python3 -m venv/ Signed-off-by: Kefu Chai --- diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes index f804fc136f206..8b0b485782212 100755 --- a/src/script/ceph-release-notes +++ b/src/script/ceph-release-notes @@ -4,7 +4,7 @@ """To run this script first install the dependencies - virtualenv v + python3 -m venv v source v/bin/activate pip install githubpy GitPython requests