From 8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 11 Mar 2024 22:56:59 +0800 Subject: fix(deps): add windows-curses dependence --- src/ipm/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ipm/api.py b/src/ipm/api.py index ff1ca0c..fc467ee 100644 --- a/src/ipm/api.py +++ b/src/ipm/api.py @@ -141,7 +141,7 @@ def init(target_path: StrPath, force: bool = False, echo: bool = False) -> bool: webpage='', unzip=1 ) - new_virtualenv(target_path) + # new_virtualenv(target_path) return True -- cgit v1.2.3-70-g09d2