-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Closed
Copy link
Labels
featuregood-first-issueWell defined easy issue. Good for the beginning contribution.Well defined easy issue. Good for the beginning contribution.virtual tables
Description
In the "python_packages" table, "kPythonPath" (Linux platform) is hardcoded to python2.7 path.
https://github.com/facebook/osquery/blob/f6d077cbf7e1f60eef06ccdaf568f25971d178e9/osquery/tables/system/python_packages.cpp#L33-L40
It looks like Darwin & Windows dynamically generate, although the Darwin logic assumes you're using a Python binary located in:
I think it would make sense to dynamically locate the Python binary or to allow for the ability to select Python based on a given path.
Metadata
Metadata
Assignees
Labels
featuregood-first-issueWell defined easy issue. Good for the beginning contribution.Well defined easy issue. Good for the beginning contribution.virtual tables