More cleanup

This commit is contained in:
Reinier Criel 2025-11-06 13:44:34 -08:00
parent 01cc0b06c0
commit d3a4f81b3c
3 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,6 @@
export const PIP_PACKAGE_MANAGER = "pip";
// Enum of possible Python/pip invocations for Safe Chain interception
// All supported python/pip invocations for Safe Chain interception
export const PIP_INVOCATIONS = {
PIP: { command: "pip", args: [] },
PIP3: { command: "pip3", args: [] },