Fix python -c indentation + replace raw pip with uv pip#4
Fix python -c indentation + replace raw pip with uv pip#4Saikiran8 wants to merge 2 commits intoearth-mover:mainfrom
Conversation
Saikiran8
commented
Jan 29, 2026
- Replace multiline Python -c snippets with heredocs to avoid indentation errors
- Use uv pip download instead of system pip to ensure the correct interpreter
|
Hi @Saikiran8 thanks for opening a PR. Can you please explain the motivation for the change from I agree that it might make sense to download with uv instead of normal pip. |
|
Thanks for the comment and consideration @ianhi . |