This appears to be a bug in mojo, in that it's running `python /path/to/juju-deployer` which by default is still python2. The juju-deployer script should be executable and have a #! line, so this is just a bug in mojo/phase.py
This appears to be a bug in mojo, in that it's running `python /path/to/juju-deployer` which by default is still python2. The juju-deployer script should be executable and have a #! line, so this is just a bug in mojo/phase.py