Skip to content

Commit b2f02d2

Browse files
committed
Fix virtualenv creation on Rocky Linux 9
1 parent b87374c commit b2f02d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-runonce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
if [[ ! -d ~/os-venv ]]; then
6-
virtualenv ~/os-venv
6+
/usr/bin/python3 -m venv ~/os-venv
77
fi
88
~/os-venv/bin/pip install -U pip
99
~/os-venv/bin/pip install python-openstackclient -c https://releases.openstack.org/constraints/upper/master

0 commit comments

Comments
 (0)