Skip to content

Commit c041254

Browse files
committed
fix local molecule install instructions
1 parent 39f31f7 commit c041254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Local installation on a RockyLinux 8.x machine looks like:
3232
sudo yum install -y git
3333
git clone [email protected]:stackhpc/ansible-role-openhpc.git
3434
cd ansible-role-openhpc/
35-
python3.9 -m venv venv
35+
python3.8 -m venv venv
3636
. venv/bin/activate
3737
pip install -U pip
3838
pip install -r molecule/requirements.txt

0 commit comments

Comments
 (0)