I have a couple of Bash-language text filters that work great. I just tried to create a new one, which instead of working as expected generates an error message.
Here's the code:
```
#!/bin/sh
## requires macOS CommandLineTools
## requires pip3 install beautysh
python3 ~/Library/Python/3.9/bin/beautysh
```
When I run beautysh from the command line, it seems to work fine, just like my text filter that employs css-beautity, js-beautify, and json.tool and uses similar coding.
Can anyone shed any light on this?