python
Installation
SKILL.md
python - Python Environment Management
The python module provides a unified CLI for managing Python versions and environments, integrating with x-cmd's package system for seamless setup across diverse OS platforms.
When to Activate
- When installing or switching between Python versions.
- When managing Python packages using the integrated
pipfunctionality. - When running Python scripts or entering interactive REPLs.
Core Principles & Rules
- Integration: Works with asdf and other version managers to ensure availability.
- Submodule Support: Use
pipfor managing dependencies within the current Python environment.