fix: use Python wrapper directly instead of python -m for CLI
- 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
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
source /opt/aitbc/venv/bin/activate
|
||||
python -m aitbc_cli.core.main "$@"
|
||||
python /opt/aitbc/cli/aitbc_cli.py "$@"
|
||||
|
||||
Reference in New Issue
Block a user