Skip to content

Commit a0e534c

Browse files
authored
Merge pull request #1354 from stackhpc/advise-python-venv
Use python3 -m venv for advise venv create
2 parents 3137cad + 8c2724a commit a0e534c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/kayobe/ansible/advise-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
name:
1717
- git+https://github.com/stackhpc/ADVise
1818
state: latest
19+
virtualenv_command: "python3 -m venv"
1920

2021
- name: Create data directory
2122
file:

0 commit comments

Comments
 (0)