aegershman / let-me-prove-cf-is-polyglot

It's not lock-in... It's digiorno. (Haha. Just kidding. It's actually Cloud Foundry.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipenv / pip download / pip vendor example notepad

aegershman opened this issue · comments

just writing this down for scratchpad purposes

% pipenv lock -r > foo.txt
% pip download -d vendor -r foo.txt

$ pipenv lock -r > /somewhere-temporary/requirements.txt   # Use -d if you want dev-packages as well.
$ pipenv run pip install -t -r /somewhere-temporary/requirements.txt

etc.