- Changed scripts/aitbc-cli to use python /opt/aitbc/cli/aitbc_cli.py directly - Avoids module resolution issues with python -m - Python wrapper handles correct module loading internally
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/aitbc/venv/bin/activate
|
|
python /opt/aitbc/cli/aitbc_cli.py "$@"
|