Skip to content

[DOC] command line for setup virtual environment is wrong in the 4.1 documentation #7733

@TLuesebrinck

Description

@TLuesebrinck

python3 -m .venv # create a virtualenv

correct is:
python3 -m venv .venv # create a virtualenv

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions