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.

Install from Lockfile

See original GitHub issue

Hey all,

I am working on deploying an app that is managing its dependencies with pipenv, and I was wondering if there was a way to install directly from the lockfile, as opposed to the lockfile being checked against and updated to match the pipfile at every pipenv install.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
kennethreitzcommented, Mar 27, 2017

hmm, an --ignore-pipfile option would be nice.

0reactions
nateprewittcommented, Mar 27, 2017

Resolved in #294

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install packages based on the lock-file with Yarn?
Yarn 1. I think your best bet is using the --frozen-lockfile flag with yarn install . Docs: If you need reproducible dependencies, ...
Read more >
yarn install
Install all the dependencies listed within package.json in the local node_modules folder. The yarn.lock file is utilized as follows:.
Read more >
`yarn install --frozen-lockfile` should be the default behavior ...
On yarn install the default behavior is that the yarn.lock file is mutated if package.json and yarn.lock are out of sync:.
Read more >
lockfile - PyPI
lockfile 0.12.2. pip install lockfile ... The lockfile package exports a LockFile class which provides a simple API for locking files.
Read more >
package-lock.json - npm Docs
Facilitate greater visibility of tree changes through readable source control diffs. Optimize the installation process by allowing npm to skip repeated metadata ...
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