pyenv-ccache

Accelerate Python builds by caching compilation with ccache

brewmacoslinux
Try with needOr install directly
Source

About

Make Python build faster, using the leverage of `ccache`

Commands

pyenv

Examples

Install a Python version with ccache acceleration enabled$ CCACHE_MAXSIZE=2G pyenv install 3.11.0
Check ccache statistics for Python compilation$ ccache -s
Clear ccache to free up space$ ccache -C