From 783e867ef6923cae2bc027756b199a93c9a8dae8 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 24 Oct 2021 17:19:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpython=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/data/dependence.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/data/dependence.ts b/back/data/dependence.ts index fbb60265..ed31e0c3 100644 --- a/back/data/dependence.ts +++ b/back/data/dependence.ts @@ -43,6 +43,6 @@ export enum InstallDependenceCommandTypes { export enum unInstallDependenceCommandTypes { 'npm uninstall -g', - 'pip3 uninstall', + 'pip3 uninstall -y', 'apk del', }