Skip to content
Discussion options

You must be logged in to vote

1st stop should always be -h:

--override OVERRIDDEN
                        Specifies a transitive requirement to override when
                        resolving. Any distribution requirement in the PEX's
                        resolve that matches the override project name is
                        replaced with the given override requirement. This
                        option can be used multiple times. (default: [])

So --override matches on project name, meaning you can override a project to come from a different version or source (say VCS), but you cannot change the project name itself.

That code is here (Note in particular line 40 where the project name comes from the requiremen…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jsirois
Comment options

@jsirois
Comment options

@cburroughs
Comment options

cburroughs Sep 4, 2025
Collaborator Author

@jsirois
Comment options

Answer selected by cburroughs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants