How about a subcommand to vendor packages?
See original GitHub issueOccasionally I want to vendor packages, so with a requirements.txt
based workflow, I would have executed pip download -r requirements.txt -d vendor
. As far as I can tell, pipenv doesn’t have an subcommand to do this. It would be great to have such an option.
Also, in addition it would be cool to choose whether to vendor development packages, or whether to not vendor them.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
cargo vendor - The Cargo Book
This cargo subcommand will vendor all crates.io and git dependencies for a project into the specified directory at <path> . After this command...
Read more >Go Modules Reference - The Go Programming Language
The go mod vendor command constructs a directory named vendor in the main module's root directory containing copies of all packages needed to...
Read more >cargo-vendor - SUSE Package Hub
Package Version Update ID Released Package Hub Version Platforms
0.1.23‑bp152.1.1 info GA Release 2020‑06‑07 15 SP2 AArch64; ppc64le...
0.1.13‑bp151.3.1 info GA Release 2019‑07‑16 15 SP1...
Read more >third_party/cargo-vendor - Git at Google
This is a Cargo subcommand which vendors all crates.io dependencies into a local directory using Cargo's support for source replacement.
Read more >YUM COMMAND CHEAT SHEET
Show yum subcommands and options ... provides Find packages that provide the queried file ... Replace ??? with vendors, rpm-groups, arches,.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok.
I found that I can use to solve the issue I had when I opened this ticket. Maybe useful for people who stumble over this issue when googling for something similar.
no, this is not trivial in python