What if there are other python3 modules I want to add? Such as openssl, websockets? Other modules outside of scientific computing? I'm building a TA that is a wrapper for an existing python3 REST api for one of our products, I don't want to ask users to point to an alternative python3 path and script API calls to come from there, but that seems like the only choice, is there any easier way to just specify the modules I want Splunk python3 to use?
... View more