podman-compose
podman-compose copied to clipboard
Podman compose won't return version or work at all from fresh brew install
Describe the bug
Can't get podman-compose to start. When I type in
podman-compose --version
I get
bash: /usr/local/bin/podman-compose: /usr/local/Cellar/podman-compose/1.0.6/libexec/bin/python: bad interpreter: No such file or directory
To Reproduce Steps to reproduce the behavior:
brew install podman-compose on a Mac
Expected behavior Return the version of podman-compose on the command line
Actual behavior
Get this error:
bash: /usr/local/bin/podman-compose: /usr/local/Cellar/podman-compose/1.0.6/libexec/bin/python: bad interpreter: No such file or directory
Output
**Environment:**
- OS: Mac
- podman version: 4.9.0
- podman compose version: latest from homebrew
**Additional context**
N/A