You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
I don't think the README suggestion done in #30 is sufficient since I knew I had python2 installed but streisand still didn't work.
I think that changing the default value of ansible_python_interpreter to python2 would be acceptable since it has been available that way for a while now but I don't know what's the story for OS X so I didn't create a pull request.
The text was updated successfully, but these errors were encountered:
OSX has /usr/bin/python2.7(The only exception is if you override the local install with brew)
so
[localhost] 127.0.0.1 ansible_python_interpreter=python2 would not work as a default.
I wonder if we could add something to the striesand wrapper to detect OSX and dynamically set the proper ansible_python_interpreter=<python_version> local variable based on that?
OSX has /usr/bin/python2.7(The only exception is if you override the
local install with brew)
so
127.0.0.1 ansible_python_interpreter=python2``` would not work as a default.
I wonder if we could add something to the striesand wrapper to detect OSX and dynamically set the proper ansible_python_interpreter=python2 local variable based on that?
The ./streisand wrapper correctly sets the ansible_python_interpreter based on the system. I'm going to close this issue since it works as-expected on my Arch machine. Thanks!
Local
inventory
file should have the following on Arch because /usr/bin/python defaults to python3:I don't think the README suggestion done in #30 is sufficient since I knew I had python2 installed but streisand still didn't work.
I think that changing the default value of ansible_python_interpreter to python2 would be acceptable since it has been available that way for a while now but I don't know what's the story for OS X so I didn't create a pull request.
The text was updated successfully, but these errors were encountered: