Skip to content

Commit c140c88

Browse files
committed
fix pyenv
1 parent 99a71a4 commit c140c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ phases:
2121
# Install desired Python version
2222
- pyenv install ${python_version}
2323
- pyenv global ${python_version}
24-
- pyenv activate ${python_version}
24+
- pyenv virtualenv ${python_version} ansible
2525
# Install Ansible
2626
- pip install ansible ${additional_pip_pkgs}

0 commit comments

Comments
 (0)