什麼是 python-venv-management?
在終端機命令中自動管理 Python 虛擬環境 (.venv)。在執行 Python/pip 命令之前始終啟動 .venv。透過 shell 感知激活支援 macOS、Linux 和 Windows。在執行 Python 腳本、安裝套件或執行開發伺服器時使用。對於一致的環境管理至關重要。 來源:findinfinitelabs/chuuk。
在終端機命令中自動管理 Python 虛擬環境 (.venv)。在執行 Python/pip 命令之前始終啟動 .venv。透過 shell 感知激活支援 macOS、Linux 和 Windows。在執行 Python 腳本、安裝套件或執行開發伺服器時使用。對於一致的環境管理至關重要。
透過命令列快速安裝 python-venv-management AI 技能到你的開發環境
來源:findinfinitelabs/chuuk。
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 |
在終端機命令中自動管理 Python 虛擬環境 (.venv)。在執行 Python/pip 命令之前始終啟動 .venv。透過 shell 感知激活支援 macOS、Linux 和 Windows。在執行 Python 腳本、安裝套件或執行開發伺服器時使用。對於一致的環境管理至關重要。 來源:findinfinitelabs/chuuk。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management在終端機命令中自動管理 Python 虛擬環境 (.venv)。在執行 Python/pip 命令之前始終啟動 .venv。透過 shell 感知激活支援 macOS、Linux 和 Windows。在執行 Python 腳本、安裝套件或執行開發伺服器時使用。對於一致的環境管理至關重要。 來源:findinfinitelabs/chuuk。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/findinfinitelabs/chuuk --skill python-venv-management 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/findinfinitelabs/chuuk