question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Freeze + download commands

See original GitHub issue

It may be handful to proxy some other pip commands to work with pipenv.

Freeze

Expected result

Resolve and freeze all dependencies from Pipfile to “requirements.txt format”.

$ pipenv freeze --dev
requests==2.18.4
Current workaround

Requires installation before freezing.

$ pipenv install --dev
$ pipenv run pip freeze
requests==2.18.4

Download

Expected result

Resolve and download all packages from Pipfile to some destination directory.

$ pipenv download --dev -d ./dest
Current workaround

Requires installation and freezing before downloading.

$ pipenv install --dev
$ pipenv run pip freeze > requirements.txt
$ pipenv run pip download -d ./dest -r requirements.txt

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
kennethreitzcommented, Feb 24, 2018

just use pip

0reactions
techalchemycommented, Mar 10, 2018

Yeah just curious if there is a way I haven’t considered

Read more comments on GitHub >

github_iconTop Results From Across the Web

Freeze | SpigotMC - High Performance Minecraft
A simple plugin that allows you to stop players from moving and executing commands.
Read more >
Remote Administration with Secure Command Line Control
Deep Freeze command line allows remote administration of deep freeze and computer management software by Faronics. Start your Free 30-day Trial today.
Read more >
freeze command - Win32 apps
The freeze command freezes video input or video output on a VCR or disables video acquisition to the frame buffer.
Read more >
pip freeze - pip documentation v22.3.1
This error occurs, for instance, when the command is installed only for another user, and the current user doesn't have the permission to...
Read more >
Download freezes in command line · Issue #304
Hi. I build a batch file with instructions to download sentinel products in command line. The download starts but at some point (9%, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found