Skip to content

pip editable install for user broken since adding pyproject.toml #859

Closed
@matthew-brett

Description

@matthew-brett

Before commit c032138, that added pyproject.toml, I could do this:

pip install --user -e .

After that commit, I get:

    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: setup.py --help [cmd1 cmd2 ...]
       or: setup.py --help-commands
       or: setup.py cmd --help
    
    error: option --user not recognized

I'm not quite sure why. Any ideas?

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