mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
修复python移除依赖命令
This commit is contained in:
parent
0c2a2af308
commit
d047cf0d77
|
@ -43,6 +43,6 @@ export enum InstallDependenceCommandTypes {
|
||||||
|
|
||||||
export enum unInstallDependenceCommandTypes {
|
export enum unInstallDependenceCommandTypes {
|
||||||
'npm uninstall -g',
|
'npm uninstall -g',
|
||||||
'pip3 uninstall',
|
'pip3 uninstall -y',
|
||||||
'apk del',
|
'apk del',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user