Python Venv

Before running Python scripts or installing packages, you MUST use a virtual environment in the current working directory. This applies to: running .py files, using pip/uv pip install, or any task requiring third-party packages. Exceptions: simple one-liners using only Python standard library.

cikichen a492d18 4 files · 13.1 KB Updated

File contents

cikichen/claude-code-skills/tree/main/python-venv commit a492d185cb

Frequently asked questions

npx skillmds@latest add cikichen/python-venv