where does libreoffice snap installation install python interpreter?

I have recently swiched to a Libreoffice installed by snap on Ubuntu 20.4 LTS.

I can not find where this snap installations has put the python interpreter embedded in Libreoffice.

In the “regular” debian packages based installations, this program was located in /opt/libreofficev.v/program/python.bin

Purpose is to be able to reference that as the interpreter in a pycharm when I develop Libreoffice python macro.

Also posted at where does libreoffice snap installation install python interpreter? - Ask Ubuntu.

No, into path /opt/libreofficev.v/program/python.bin goes manually downloaded from libreoffice and installed by:

dpgk -i …

I don’t know about snap but prefer the classic install from Debian/Ubuntu-repositories via sudo apt-get install libreoffice.

> whereis libreoffice
   libreoffice: /usr/bin/libreoffice /usr/lib/libreoffice /etc/libreoffice 
   /usr/include/libreoffice /usr/share/libreoffice 
   /usr/share/man/man1/libreoffice.1.gz

this Libreoffice use the python3 Environ from Debian/Ubuntu.

> whereis python3
   python3: /usr/bin/python3.7 /usr/bin/python3.7-config /usr/bin/python3 
   /usr/bin/python3.7m /usr/bin/python3.7m-config /usr/lib/python3.7 
   /usr/lib/python3 /etc/python3.7 /etc/python3 /usr/local/lib/python3.7 
   /usr/include/python3.7 /usr/include/python3.7m /usr/share/python3 
   /usr/share/man/man1/python3.1.gz