my python3 is at /usr/bin/python3 not /bin/python3
equwal opened this issue · 1 comments
equwal commented
- The program crashes?
yes - The program stopped working?
yes - Have a feature request?
NEIN
Environment
- OS name [e.g. Parabola, Debian]
install gentoo - OS version
recent - Log
.../Ajatt-Tools/transformers_ocr main>> transformers_ocr download
zsh: /usr/bin/transformers_ocr: bad interpreter: /bin/python3: no such file or directory
- Screenshots, if applicable
https://ibb.co/G3T3HVv
Describe the bug
wrong PATH use
To Reproduce
Steps to reproduce the behavior:
- no python at /bin
- python at /usr/bin etc. for example
- See error
Workaround: use ln
.
tatsumoto-ren commented
you can change the shebang and set it to /usr/bin/python3
. it should work then.