diff options
| author | 2024-03-11 22:56:59 +0800 | |
|---|---|---|
| committer | 2024-03-11 22:56:59 +0800 | |
| commit | 8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44 (patch) | |
| tree | 8f343ef3bb8a032baa7ec16136938441c134b98d /src | |
| parent | 7f3d06c0b93707cfe40b458120f87e9fd891247d (diff) | |
| download | ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.tar.gz ipm-8a313bea3e5e92e4d38fbc4bcf280e680e8a7c44.zip | |
fix(deps): add windows-curses dependence
Diffstat (limited to 'src')
| -rw-r--r-- | src/ipm/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
