Top "Pipenv" questions

For questions related to Python's pipenv dependency management tool.

Python 3 - How do you tell pipenv to use python 3 and not python 2?

I am trying to use the requests module, here is how I installed it: [ec2-user@ip-xxx-xx-xx-xxx newslookup]$ pipenv install …

python python-3.x pip python-requests pipenv
Installing dependencies of a local dependency with pipenv

Background We have project with the following high-level directory structure* ./datascience/ ├── core │ └── setup.py ├── notebooks │ └── Pipfile └── web └── Pipfile *Excluded all …

python dependency-management setup.py pipenv pipfile
Pipenv stuck "⠋ Locking..."

Why is my pipenv stuck in the "Locking..." stage when installing [numpy|opencv|pandas]? When running pipenv install pandas or …

python pip pipenv
Why should version numbers not be pinned in a Pipfile?

I'm looking into using pipenv and in the docs here https://pipenv.readthedocs.io/en/latest/basics.html#importing-from-requirements-txt it …

python pip pipenv
pipenv: deployment workflow

I am thinking about switching from pip & virtualenv to pipenv. But after studying the documentation I am still at …

python pipenv
List all Pipenv environments

How do you list all Pipenv environments like virtualenv's lsvirtualenv command? The documentation does not say how. Thanks a lot …

python virtualenv pipenv
Error: gunicorn: Failed to find application object 'app' in 'app'

Here's my code: app.py from flask_graphql import GraphQLView from app.infrastructure.graphql import schema from app.infrastructure.api_…

python python-3.x gunicorn pipenv
Why can't I update pipenv to latest version?

If I check my version of pipenv it always shows 5.3.5, but I know there is newer version 11.0.2. How can I …

windows pip python-3.6 pipenv
How to use pipenv to install package from github

Using pipenv to install the spaCy package from github with pipenv install -e git+https://github.com/explosion/spaCy#egg=…

python pipenv
How to set user PATH permanently on Mac OS Catalina zsh shell

How do I set user PATH permanently to be able to access Pipenv from the zsh shell on Mac Catalina? …

python python-3.x zsh pipenv