Skip to content

Editable vs. -e? #94

@henryiii

Description

@henryiii

I've noticed the fully-written-out version the editable flag, pip install --editable ".[test]", being used. I've pretty much never seen this, even in CI, where it's usually advised to use long-form flags. Given it's something you tend to run a lot (say for compiled code, where you need to rebuild, or just in general every time you make a venv), wouldn't it be better to use the common form, pip install -e ".[test]", and just mention it has a long --editable version instead?

Note that git commit -m is used, not git commit --message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions