This commit is contained in:
2026-01-10 22:31:04 -08:00
parent feffa75c07
commit 3dc388faa1

View File

@@ -941,7 +941,6 @@ def main() -> int:
print("Installing project into local venv (editable mode)") print("Installing project into local venv (editable mode)")
# Clean up old pip-generated entry point wrapper to avoid stale references # Clean up old pip-generated entry point wrapper to avoid stale references
import platform
if platform.system() != "Windows": if platform.system() != "Windows":
old_mm = venv_dir / "bin" / "mm" old_mm = venv_dir / "bin" / "mm"
if old_mm.exists(): if old_mm.exists():