Skip to content

Commit

Permalink
add pipx python method of installing third party software
Browse files Browse the repository at this point in the history
Python package installations should be more common with pipx because of [PEP 668 – Marking Python base environments as “externally managed” | peps.python.org](https://peps.python.org/pep-0668/)
  • Loading branch information
NRGLine4Sec authored May 23, 2023
1 parent 8173f0b commit 64f422d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions audit.rules
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@
-w /usr/local/bin/pip -p x -k T1072_third_party_software
-w /usr/bin/pip3 -p x -k T1072_third_party_software
-w /usr/local/bin/pip3 -p x -k T1072_third_party_software
-w /usr/bin/pipx -p x -k T1072_third_party_software
-w /usr/local/bin/pipx -p x -k T1072_third_party_software

# npm
## T1072 third party software
Expand Down

0 comments on commit 64f422d

Please sign in to comment.