Skip to content

fix: check existing venv before creating venv #64

@JaeAeich

Description

@JaeAeich

update .devcontainer.json:

  "postCreateCommand": "[ -d .venv ] && rm -rf .venv; make venv && . .venv/bin/activate && make install",

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions