f
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user