Back to Developer Roadmap

pyenv

src/data/roadmaps/python/content/pyenv@N5VaKMbgQ0V_BC5tadV65.md

4.0468 B
Original Source

pyenv

pyenv is a tool for managing multiple versions of the Python programming language on Unix-like systems. It works by setting environment variables to point to the directory where the desired version of Python is installed. This allows you to switch between different versions of Python without having to modify your system's default Python installation.

Visit the following resources to learn more: