Dashboardinstitutional-transition-labpython command unavailable

python command unavailable

Category: gotcha
Confidence: 1.00
ID: 01a08488-f8b8-7aa4-9ce7-42284d717c49
Project ID: 1fa3712f-997f-4884-b7ec-8abb79f9e342
Cross-project: No
Recalled in other projects: 0
Source session: 1L9TK6R3IPhuKut5l
Created: 2026-09-09 04:59:24
Updated: 2026-09-09 04:59:24

Content

Trap: invoking python looks portable because many environments alias it to Python 3, but this repository environment has no python executable and returns command not found. Fix: invoke python3 explicitly for validation and repository scripts, because Python 3 is the available interpreter.

Move to: