python - LibraryFunctionLoad and PATH -
i'm using python-c api librarylink. how can specify exact python interpreter used?
currently, wrong executable being used:
which gives wrong one:
(* sys.executable = /usr/bin/python *)
with option can change this, , when - during call createlibrary
or inside loadlibraryfunction
?
what i've tried:
- playing
setenvironment
, friends - playing "include*" options of createlibrary
- setting env path in
wolframlibrary_initialize(wolframlibrarydata libdata)
Comments
Post a Comment