Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python interpreter for scenario init (#4111)
When using Pyenv Virtualenv the ANSIBLE_PYTHON_INTERPRETER passed to run_command is `auto_silent` and does not resolve to the Python interpreter used by the virtualenv. Passing instead `sys.executable` seems solving the issue.
- Loading branch information