·python-venv-management
</>

python-venv-management

Automatically manage Python virtual environments (.venv) in terminal commands. Always activate .venv before running Python/pip commands. Supports macOS, Linux, and Windows with shell-aware activation. Use when executing Python scripts, installing packages, or running development servers. Critical for consistent environment management.

10Installs·1Trend·@findinfinitelabs

Installation

$npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management

How to Install python-venv-management

Quickly install python-venv-management AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: findinfinitelabs/chuuk.

SKILL.md

View raw

ALWAYS use the project's .venv when running Python commands in the terminal. NEVER run Python commands without first activating or using the virtual environment.

| macOS (Zsh) | .venv/bin/activate | .venv/bin/python | | macOS (PowerShell) | .venv/bin/Activate.ps1 | .venv/bin/python | | Linux (Bash) | .venv/bin/activate | .venv/bin/python | | Windows (PowerShell) | .venv\Scripts\Activate.ps1 | .venv\Scripts\python.exe | | Windows (CMD) | .venv\Scripts\activate.bat | .venv\Scripts\python.exe |

| Activate | ./.venv/bin/Activate.ps1 | source .venv/bin/activate | | Run Python | ./.venv/bin/python app.py | .venv/bin/python app.py | | Install package | ./.venv/bin/pip install pkg | .venv/bin/pip install pkg | | Check activation | $env:VIRTUALENV | echo $VIRTUALENV | | Deactivate | deactivate | deactivate |

Automatically manage Python virtual environments (.venv) in terminal commands. Always activate .venv before running Python/pip commands. Supports macOS, Linux, and Windows with shell-aware activation. Use when executing Python scripts, installing packages, or running development servers. Critical for consistent environment management. Source: findinfinitelabs/chuuk.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from findinfinitelabs/chuuk

Quick answers

What is python-venv-management?

Automatically manage Python virtual environments (.venv) in terminal commands. Always activate .venv before running Python/pip commands. Supports macOS, Linux, and Windows with shell-aware activation. Use when executing Python scripts, installing packages, or running development servers. Critical for consistent environment management. Source: findinfinitelabs/chuuk.

How do I install python-venv-management?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/findinfinitelabs/chuuk

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None