Python Environment Activation
Before running Python-related commands, check if an environment is configured and activate it.
Configuration
Check the project's CLAUDE.md for a "Python Environment" section. It should contain the complete, working activation command:
## Python Environment
```bash
source ~/miniconda3/etc/profile.d/conda.sh && conda run -n myenv <command>
## Running Commands
When running Python commands (python, pip, pytest, mypy, ruff, black, isort
[Description truncada. Veja o README completo no GitHub.]