Skip to content

Commit 290477d

Browse files
authored
Merge pull request #135 from stackhpc/init-runonce
Fix virtualenv creation on Rocky Linux 9
2 parents 37b8c26 + b2f02d2 commit 290477d

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)