Quote:
Originally Posted by kovidgoyal
You could create your own wrapper script that accepts the same arguments as python and translates them into equivalent calibre-debug invocations.
|
You mean create a bash script like this one?
Code:
#!/usr/bin/env bash
FIRST_ARG="$1"
shift
calibre-debug -e "$FIRST_ARG" -- "$@"
but I run the command "python3 -m pip --python ./calibre-python.sh install -t temp sudachidict-core" and still get the same error.