Commit 711c147
AI Assistant
fix(upgrade-all): skip pip upgrade when python has no pip module
- Check if python3 -m pip is available before attempting upgrade
- Handles virtualenvs without pip installed gracefully
- Provides clear skip message: 'pip (python3 has no pip module)'1 parent 46795de commit 711c147
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | | - | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
0 commit comments