Skip to content

Check Python virtual environment exists #15

@vidya381

Description

@vidya381

When Python is detected, check if a virtual environment is set up. People often clone a Python project and forget to create one.

Check for .venv or venv directory in the project root. Fail with a hint to run python3 -m venv .venv if neither exists.

Add internal/check/venv.go, register in registry.go under stack.Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions