Hi, I'm using Zsh and PyEnv. I Pip install the Ansible
I had set ansible_python_interpreter to my own PYTHON, in the Inventory file. ```yaml [default] localhost ansible_python_interpreter=/Users/cduong/.pyenv/shims/python ``` However, after the execution, Ansible updated it to default Python of macOS - /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python How can we prevent this from happen, because I don't not install Ansible with default Python. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/8a43d2ef-d59f-43f0-8652-1c0202e56bfb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
