mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 05:43:53 -05: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 ```