Posts Tagged ‘CMake’
Sometimes I need an older or newer version of CMake to the one installed by the system package manager on whatever I’m using, and I’ve found using a Python venv provides an easy way to do that. It’s all facilitated by the fact that CMake is a PyPI package [1]. For example, my Kubuntu desktop […]
Filed under: howto | Leave a Comment
Tags: CMake, python, uv, venv