What is the best way to manage Python so you don't break your system?

This page summarizes the projects mentioned and recommended in the original post on /r/Gentoo

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pyenv

    Simple Python version management

  • I would recommend pyenv. It installs any version of Python you want into your home directory (or somewhere else, if you want to configure it that way), and that way you can install, uninstall, enable, and disable Python installations for your own personal use without touching the system Python.

  • pipx

    Install and Run Python Applications in Isolated Environments

  • pipx if I want to install and use a Python application (i.e. a command that I can run)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts