Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running filaments with system Python interpreter #242

Open
rabbitstack opened this issue Jan 24, 2024 · 0 comments
Open

Allow running filaments with system Python interpreter #242

rabbitstack opened this issue Jan 24, 2024 · 0 comments
Labels
needs: config Indicates the issue requires changes in the config file/flags needs: docs Indicates that the issue needs documentation updates scope: config Anything related to config management scope: filaments Anything related to filaments

Comments

@rabbitstack
Copy link
Owner

rabbitstack commented Jan 24, 2024

Fibratus ships with an embedded Python interpreter which facilitates the loading of the Python standard library and interpreter in addition to eliminating the need for users to install the Python distribution separately.
Under certain circumstances, it may be beneficial to allow users to use the system interpreter. This could be accomplished by providing a configuration option to specify the root directory of the system Python. Mind it will be necessary to guarantee the Python version Fibratus expects to find matches the version provided by the user.

@rabbitstack rabbitstack added scope: filaments Anything related to filaments needs: docs Indicates that the issue needs documentation updates needs: config Indicates the issue requires changes in the config file/flags scope: config Anything related to config management labels Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: config Indicates the issue requires changes in the config file/flags needs: docs Indicates that the issue needs documentation updates scope: config Anything related to config management scope: filaments Anything related to filaments
Projects
None yet
Development

No branches or pull requests

1 participant