Posts Tagged: version-management
-
Migrate from pyenv to mise: Complete Guide for Python 3.12 to 3.13 Upgrades
Step-by-step guide to migrate from pyenv to mise for Python version management and upgrades from Python 3.12 to 3.13. Mise offers multi-language support, tasks, and project-specific environments.
-
Managing Python 3.11, 3.12, and 3.13 Simultaneously with mise on Windows WSL2
Install and manage Python 3.11, 3.12, and 3.13 simultaneously using mise on Windows WSL2. Covers installation, per-project configuration with .tool-versions, and virtual environment integration.
-
Python 3.12 EOL Timeline: Planning Your Upgrade to Python 3.13 Before Support Ends
Python 3.12 EOL: Active support ended April 2025, security fixes until Oct 2028. Upgrade to 3.13 guide using mise/asdf/uv: timelines, steps, compatibility, new features.
-
Python Version Management (asdf, mise, pyenv)
Compare the best Python version managers: pyenv for Python-specific control, asdf for multi-language support, and mise for speed and versatility. Learn installation, usage, and which to choose in 2026.
-
Comparing Mise and Docker Python Images for Local Development Performance
Explore using mise instead of Docker for Python images in local development to potentially reduce startup and iteration times. Includes benchmarks from Ubuntu 24.04 and M2 Mac, migration steps, and trade-offs.