Skip to content

Conversation

agalazis
Copy link
Contributor

pip-args should be extra-pip-args

Thank you for contributing to Pipenv!

The issue

I followed the instructions to speedup my build. pip-args is not accepted with a cryptic error {}

The fix

I have found through another doc page that extra-pip-args is the flag:
https://pipenv.pypa.io/en/latest/advanced.html

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

pip-args should be extra-pip-args
@matteius
Copy link
Member

@agalazis Please add a news fragment, and thank you.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects documentation for speeding up Pipenv installations by replacing the incorrect --pip-args flag with the correct --extra-pip-args flag in the Docker documentation example.

  • Fixed incorrect command line argument in Docker installation example
  • Updated documentation to use the proper --extra-pip-args flag instead of --pip-args

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matteius matteius merged commit ebfefd9 into pypa:main Oct 20, 2025
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants