Some fixes

This commit is contained in:
Reinier Criel 2025-10-24 13:47:22 -07:00
parent 6b2db6dace
commit 9914c0ccb3
5 changed files with 11 additions and 19 deletions

View file

@ -7,10 +7,6 @@ import {
pipWheelCommand,
} from "./utils/pipCommands.js";
/**
* Creates a package manager
* @param {string} [command="pip"] - The pip command to use (e.g., "pip", "pip3") defaults to "pip"
*/
export function createPipPackageManager(command = "pip") {
function isSupportedCommand(args) {
const scanner = findDependencyScannerForCommand(