Skip to content
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

pyenv_global seems to have no effect #32

Open
ghost opened this issue Feb 27, 2019 · 1 comment
Open

pyenv_global seems to have no effect #32

ghost opened this issue Feb 27, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 27, 2019

Hello,

I may be missing something, but pyenv_global seems to have no effect for me when deploying to a Ubuntu Xenial machine.

Relevant playbook snippet:

  roles:
    - role: avanov.pyenv
      pyenv_owner: "{{ ubuntu_common_deploy_user_name }}"
      pyenv_path: "/home/{{ ubuntu_common_deploy_user_name }}/pyenv"
      pyenv_global: "3.7.2"
      pyenv_python_versions:
        - "3.7.2"

When I log in and run pyenv versions, this is the output:

deploy@10.10.0.1234:~$ pyenv versions
* system (set by /home/deploy/pyenv/version)
  3.7.2
@staticdev
Copy link
Contributor

staticdev commented Jan 10, 2021

Everytime I run it I get changed state. I am using Ubuntu groovy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant