mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:50:06 +00:00
On macOS 15+, /usr/bin/pip3 exists as a stub that triggers Command Line Tools installation dialog. The previous check only verified command existence, causing false "pip cache · would clean" output for users without actual pip3 installed. Now verifies pip3 is functional by checking `pip3 --version` before attempting cleanup. Fixes #512