Christian Fredrik Johnsen 6112062fdd fix: add automatic rehash after pip3.x/pip3.xx install
The tests showed that the original implementation actually never worked.
You did NOT get a rehash after doing pip3.8 install, even when the
comments in the code said so.

--> replaced `\d` with [0-9] and slapped on a `+`, such that we match
both pip3.x and `pip3.xx install`
2024-12-28 12:41:09 +01:00
..