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

Enable packages installed by python3 -m pip #1120

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

nishakm
Copy link
Contributor

@nishakm nishakm commented Feb 11, 2022

In order to detect packages installed by pip but using the python3
module (-m), we add a snippet listing for "python3" that points
to the "pip3" package inventorying method

Fixes #1020

Signed-off-by: Nisha K nishak@vmware.com

In order to detect packages installed by pip but using the python3
module (-m), we add a snippet listing for "python3" that points
to the "pip3" package inventorying method

Fixes tern-tools#1020

Signed-off-by: Nisha K <nishak@vmware.com>
@nishakm nishakm requested a review from rnjudge February 11, 2022 17:21
@rnjudge rnjudge merged commit 275e03b into tern-tools:main Feb 11, 2022
@nishakm nishakm deleted the 1020-pre-install-statements branch February 25, 2022 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tern does not detect 'pip install' command when preceded by 'python -m' in dockerfile RUN line
2 participants