Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipenv lock -r no longer works #5253

Closed
megamayoy opened this issue Aug 14, 2022 · 2 comments · Fixed by #5258
Closed

pipenv lock -r no longer works #5253

megamayoy opened this issue Aug 14, 2022 · 2 comments · Fixed by #5258
Labels
Type: Documentation 📖 This issue relates to documentation of pipenv.

Comments

@megamayoy
Copy link

Issue description

I installed Pipenv 2022.8.14

we run pipenv lock -r > requirements.txt to generate output of the lockfile as per the documentation.

Expected result

We expect the creation of requirements.txt file with dependencies information.

Actual result

Error: No such option: -r

@megamayoy
Copy link
Author

I see that it's replaced by pipenv requirements > requirements.txt but in this section of the documentation, it says it's working . I think it should be removed from the documentation.

@rafasimionato
Copy link

Maybe the error message could state something like "replaced/deprecated by pipenv requirements"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation 📖 This issue relates to documentation of pipenv.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants