From 3a2004dcc0922ffd564f1fd4b86dd332affccf00 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 31 Jul 2021 21:13:50 +0800 Subject: [PATCH] script/ceph-release-notes: s/virtualenv/python3 -m venv/ Signed-off-by: Kefu Chai --- src/script/ceph-release-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes index f804fc136f2..8b0b4857822 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 -- 2.39.5