/usr/bin/invesalius3 is in invesalius 3.1.1-3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
export PYTHONPATH=$PYTHONPATH:"/usr/lib/invesalius"
export INVESALIUS_LIBRARY_PATH="/usr/share/invesalius/"
cd $INVESALIUS_LIBRARY_PATH
python app.py $@
|