mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat : adds pipx support to PMG (#292)
* adding the pipx support to project Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * create excutors for pipx Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * add pipx yml Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * chores Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * pipx to use standard executor pattern Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * Address PR feedback for pipx support Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> * Update pipx flags comments Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> --------- Signed-off-by: DivyanshuVortex <divyanshuchandra9027@gmail.com> Co-authored-by: Abhisek Datta <abhisek.datta@gmail.com> Co-authored-by: Sahil Bansal <bansalsahil315@gmail.com>
This commit is contained in:
co-authored by
Abhisek Datta
Sahil Bansal
parent
ab1a5386d3
commit
7620097613
@@ -193,7 +193,7 @@ func mapPackageManager(name string) controltowerv1.PmgPackageManager {
|
||||
return controltowerv1.PmgPackageManager_PMG_PACKAGE_MANAGER_YARN
|
||||
case "bun":
|
||||
return controltowerv1.PmgPackageManager_PMG_PACKAGE_MANAGER_BUN
|
||||
case "pip", "pip3":
|
||||
case "pip", "pip3", "pipx":
|
||||
return controltowerv1.PmgPackageManager_PMG_PACKAGE_MANAGER_PIP
|
||||
case "poetry":
|
||||
return controltowerv1.PmgPackageManager_PMG_PACKAGE_MANAGER_POETRY
|
||||
|
||||
Reference in New Issue
Block a user