How do I set relative path as interpreter path xlwings custom add-in
I have made custom add-in using xlwings. I have one dictionary where is: phodnota.py
, phodnota.xlam
and Python311
(dictionary with python interpreter and all needed libraries). The problem is that when I try to add into the Interpreter path relative path Python311python.exe it just doesn’t work. I keep getting errors. I could not find the interpreter, but when I add whole path like C:Users….. it works. My question is: is there a way to add to the interpreter path relative path? Thanks for help.