It’s based on the LV2_PATH environment variable. You may set it as such and then run your script:
export LV2_PATH=/usr/modep/lv2
python3 my_script.py
or simply
LV2_PATH=/usr/modep/lv2 ./my_script.py
It’s based on the LV2_PATH environment variable. You may set it as such and then run your script:
export LV2_PATH=/usr/modep/lv2
python3 my_script.py
or simply
LV2_PATH=/usr/modep/lv2 ./my_script.py