You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found that pyenv is quite slow, and will build the whole python from scratch which cost a lot of time and not disk efficient.
However we found uv, a new tiny tool which provides a significant performance enhancement and no need to build the python from source code. Some famous project like Pydantic, Airflow are switching to uv as default.