hjhj
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -56,6 +56,25 @@ Additionally, the setup helpers install a global `mm` launcher into your user bi
|
||||
|
||||
The scripts back up any existing `mm` shims before replacing them and will print actionable messages when a shell restart is required.
|
||||
|
||||
Debugging the global `mm` launcher
|
||||
|
||||
- POSIX: set MM_DEBUG=1 and run `mm` to print runtime diagnostics (resolved REPO, VENV, and Python import checks):
|
||||
|
||||
```bash
|
||||
MM_DEBUG=1 mm
|
||||
```
|
||||
|
||||
- PowerShell: set and export `$env:MM_DEBUG='1'` then run `mm.ps1` or the installed `mm` shim:
|
||||
|
||||
```powershell
|
||||
$env:MM_DEBUG = '1'
|
||||
mm
|
||||
```
|
||||
|
||||
- CMD: `set MM_DEBUG=1` then run `mm`.
|
||||
|
||||
These diagnostics help identify whether the global launcher is selecting the correct repository and virtual environment; please include the output when reporting launcher failures.
|
||||
|
||||
PowerShell (Windows):
|
||||
```powershell
|
||||
irm https://deno.land/install.ps1 | iex
|
||||
|
||||
Reference in New Issue
Block a user