Posts Tagged: mise
-
How to Set Up Python 3.13t (Free-Threaded Build) Using mise on macOS Sonoma
Step-by-step guide to installing the Python 3.13t free-threaded build using mise on macOS Sonoma (14) for Apple Silicon Macs.
-
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.
-
Mise Python Installation Times: Comparing Prebuilt Binaries vs Source Compilation
Mise prebuilt binaries vs source compilation: up to 8x faster Python installs in benchmarks on Ubuntu/macOS. Includes setup, workflow, and when to use each.
-
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.
-
mise vs asdf for Python Development: Performance Benchmarks on M1/M2 Macs
Compare mise and asdf Python version managers on M1/M2 Macs with real benchmarks. Discover which is faster for Python development on Apple Silicon.
-
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.