I have a python3 application calling C/C++ functions. In one of the C++ functions, I'd like to run a python interpreter. It doesn't have to deal with the first python environment, the are totaly dissociated.
I tied to use embed a pybind interpreter but I got the following error "The interpreter is already running"