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.

"pipenv check" checks against the host Python instance rather than the venv's

See original GitHub issue

For example, if I am running pipenv under Python 2.7, and have a Pipfile with:

[requires]
python_version = "3.5"

pipenv check will fail even if the project’s Python version is correct.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
thirtysevencommented, Jan 24, 2017

Thanks, amazing turnaround time!

0reactions
kennethreitzcommented, Jan 24, 2017

fixed in master!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Usage of Pipenv - Read the Docs
This document covers some of Pipenv's more glorious and advanced features. ... cat Pipfile [packages] django = "==1.10.1" $ pipenv check Checking PEP...
Read more >
Cannot use pipenv --system and --python together · Issue #4973
Issue description I want to use pipenv to install dependencies in a python container without creating new virtual environments.
Read more >
pipenv Documentation - Read the Docs
Generates and checks file hashes for locked dependencies when installing from Pipfile.lock. • Automatically install required Python version when pyenv is ...
Read more >
Advanced Usage of Pipenv — pipenv 7.7.9 documentation
Pipenv includes the safety package, and will use it to scan your dependency graph for known security vulnerabilities! Example: $ cat Pipfile [packages]...
Read more >
pipenv Documentation - manpages.ubuntu!
While pip can install Python packages, Pipenv is recommended as it's a higher-level ... Pipenv is finally an abstraction meant to engage the...
Read more >

github_iconTop Related Medium Post

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