]> git.apps.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)
committerKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 14:34:05 +0000 (22:34 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/ceph-release-notes

index f804fc136f206f9c73b0b866a203ea32601967f0..8b0b485782212d1741e2c933c0bee4a0cc3f0436 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