properly define PYTHONPATH instead of relying on OS-dependent symbolic links

This commit is contained in:
Michael Becker 2025-01-13 21:36:06 -05:00
parent 5a4d4aa243
commit d13f878f5b
Signed by: beckermj
GPG Key ID: 24F8DAA73DCB2C8F

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
export PYTHONPATH=".;../editor-python/editor-python/src;../framework-python/lib/mbs"
python3 compilers/yaml2mcl/Program.py ${1+"$@"} python3 compilers/yaml2mcl/Program.py ${1+"$@"}