pyenv

Simple Python version management

Description

pyenv is a powerful and flexible tool for managing multiple Python versions on a single system. It allows users to seamlessly switch between different Python versions, making it ideal for developers working on projects with varying dependencies.

Key features of pyenv include:
 - Version switching: Dynamically change the active Python version globally,
    per user, or for specific directories.
 - Version installation: Easily install and manage multiple Python versions,
    including older releases, latest updates, and development builds.
 - Environment isolation: Create isolated Python environments for different
    projects without polluting the global environment.
 - Compatibility: Works alongside system Python installations, ensuring no
    interference with package managers like apt or dnf.
 - Pluggable architecture: Extend functionality with plugins, such as
    pyenv-virtualenv for virtual environments

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pyenv/pyenv


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install pyenv