-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Install versions" fails: "pyenv: No such file or directory" #1
Comments
I got the same error: |
@dirn Yep, getting the same issue. |
@blueyed, @musicformellons, and @oamasood, what OS? |
@dirn
And my container-bootstrap.yml:
Thanks. |
Awesome. This will be a huge help. |
In install versions command, pyenv should be prefixed with full qualified path: - name: Install versions
command: creates={{ pyenv_root }}/versions/{{ item }} {{ pyenv_root }}/bin/pyenv install {{ item }}
with_items: "{{ pyenv_versions }}" |
When trying this role, it fails to install the versions:
The
pyenv
command is not available yet: theAdd to run commands
task comeslater, and even then, the
pyenv_runcom
would need to be sourced before.The text was updated successfully, but these errors were encountered: