]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ceph-release-notes: s/virtualenv/python3 -m venv/
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:13:50 +0000 (21:13 +0800)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 31 Aug 2021 21:25:20 +0000 (17:25 -0400)
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 3a2004dcc0922ffd564f1fd4b86dd332affccf00)

src/script/ceph-release-notes

index 244cb46c7ff1fffd84392cc24a790684e7605818..b4500137a0c7d1f033b1b156f2a3ccda139ccce7 100755 (executable)
@@ -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