mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-23 13:07:27 +09:00
There is filterdiff(1) available to transform strip level of a patch if optional level is required. ``` git diff HEAD^ | filterdiff --strip=1 | pyenv install -p 3.3.3 ```