Closed
Description
To reproduce, in a checkout of this repo:
python3 -m venv .venv
. .venv/bin/activate
pip install ansible Jinja2
ansible-playbook ansible/playbooks/write-ssh-config.yml
Errors with: /bin/sh: /usr/bin/env python3: No such file or directory
I can work around it by editing the shebang of ssh_config.py
to be a direct absolute path to .venv/bin/python3
.
Metadata
Metadata
Assignees
Labels
No labels
Activity