修复依赖是否已经安装判断

This commit is contained in:
whyour
2023-07-20 22:54:11 +08:00
parent 373b8c97d7
commit 665c344ae4
2 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export enum InstallDependenceCommandTypes {
export enum GetDependenceCommandTypes {
'pnpm ls -g ',
'pip3 list --disable-pip-version-check',
'pip3 show --disable-pip-version-check',
'apk info',
}