Hi,
I'm looking the way to load python scripts based on python ver of the houdini.
I have packages loader:
{
"env": [
{
"MY": "folder path",
},
],
"path": "$MY",
}
As I understand its start reading all subdirs including scripts and load all that it found, but I need to load python2 and python3 scripts based on python ver in houdini. Is it possible with json file?