mustr
mustr is a command-line utility designed for managing multiple virtual environments for Python projects. It aims to simplify the process of creating, activating, and switching between different Python versions and their associated dependencies. The tool allows users to define project-specific environments, ensuring that each project has its own isolated set of packages. This isolation prevents conflicts between different project requirements and keeps the global Python installation clean.
The core functionality of mustr revolves around its configuration file, typically named `.mustr` within a project
To use mustr, a user might first initialize a new environment for a project. This involves running