mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +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
|