bug#22196: Ansible, python executable on remote host

2015-12-19 Thread Ludovic Courtès
Hi! Al McElrath skribis: > I had some trouble with ansible that I'd like to share. I believe it > tries to use the same path to the python executable on the remote host > as exists locally, which is problematic for guix: > > '/bin/sh: 1: > /gnu/store/5isi4xqg1jr5rqbr6pfap28fw5116dnr-python-2.7.

bug#22196: Ansible, python executable on remote host

2015-12-17 Thread Al McElrath
Hi, I had some trouble with ansible that I'd like to share. I believe it tries to use the same path to the python executable on the remote host as exists locally, which is problematic for guix: '/bin/sh: 1: /gnu/store/5isi4xqg1jr5rqbr6pfap28fw5116dnr-python-2.7.10/bin/python: not found' I imag