containers / containers/podman-compose
Podman compose won't return version or work at all from fresh brew install
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.