mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/sh
|
|
export PYTHONPATH="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )"
|
|
python meshroom/ui
|