properly define PYTHONPATH instead of relying on OS-dependent symbolic links
This commit is contained in:
parent
5a4d4aa243
commit
d13f878f5b
@ -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+"$@"}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user