You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
Let org.jpy.PyLib expose important python process-wide parameters:
http://docs.python.org/3/c-api/init.html#process-wide-parameters
This is important e.g. for retrieving meta-info about the Python version used.
Allow modifying Python sys.path variable (and other sys variables):
http://docs.python.org/3/c-api/sys.html#system-functions
This is important for setting up Python plug-in loading from Java code.
The text was updated successfully, but these errors were encountered: