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 pip functionality.
  • 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 pip for managing dependencies within the current Python environment.

Patterns & Examples

Installs
3
Repository
x-cmd/skill
GitHub Stars
26
First Seen
Apr 10, 2026
python — x-cmd/skill