Top "Pipenv" questions

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

Customize module search path (PYTHONPATH) via pipenv

I have a Python project consisting of a Jupyter notebook, several scripts in a bin directory and modules in a …

python python-3.x pythonpath pipenv
Pipenv vs setup.py

I am trying to migrate to pipenv. I traditionally used setup.py with pip and did pip install -e . to …

python pip setuptools pipenv
Executing pipfile scripts

How can I execute the scripts defined in the Pipfile? Following the syntax found here, I defined the scripts section …

pipenv pipfile
How to fix "ERROR: Could not find a version that matches install"?

I am trying to install django-crispy-forms using pipenv. It installs because when I run "pip freeze" command I see it. …

pipenv
zsh: /usr/local/bin/pipenv: bad interpreter: /usr/local/opt/python/bin/python3.7: no such file or directory

I recently switched from bash to zsh (MacOS). I haven't used pipenv since the switch. Now when I run any …

python macos zsh pipenv pyenv
Feature comparison between npm, pip, pipenv and poetry package managers

How do the main features of npm compare with pip, pipenv and poetry package managers? And how do I use …

python package-managers pipenv python-poetry
Pipenv-Error: ModuleNotFoundError: No module named 'pip._internal'

Today, I installed Pipenv via pip install pipenv As mentioned in the documentation I went to a test directory and …

python python-3.x pipenv
What is pipenv [dev-packages] section for?

I'm learning pipenv and there's something I don't quite understand. Apparently your Pipfile can contain two sections: [packages] ... [dev-packages] .... As …

python pipenv
getting error when installing psycopg2==2.8.1

Very much brand new to this and trying to learn from a tut, I'm trying to install dependencies for a …

python psycopg2 pipenv
pip install mysqlclient failed "Running setup.py bdist_wheel for mysqlclient ... error"

I'm trying to run my Python 3 project on my newly formatted Mac OS High Sierra 10.13.4, by first running pipenv install …

mysql python-3.x macos pipenv