[Question] How to manage/choose multiple python library version (with python embedded) ? #4645
Nelson-numerical-software
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app uses pybind11 to embed python and call it from C++.
Currently libpython is implicitly linked.
Is it possible to bind/use pybind11 explicitly and be able to choose to use the version of python available or desired version on the pc ?
I would like emulate this behavior https://fr.mathworks.com/help/matlab/ref/pyenv.html
(sorry if this question was already asked)
Beta Was this translation helpful? Give feedback.
All reactions