Top "Pipenv" questions

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

Is there a way to use pipenv with Jupyter notebook?

Is there a way to use pipenv with Jupyter notebook? Or more specifically, with an atom nteract/hydrogen python 3 kernel?

python jupyter pipenv
How do I set environment variables in pipenv?

I need to set some access token environment variables for my python project that I am running in a pipenv. …

python pipenv
How can I see the current version of packages installed by pipenv?

I'm managing my Python dependencies with pipenv. How can see the currently installed versions of packages? I could examine Pipfile.…

python pipenv
Pipenv with Conda?

I'm using Anaconda for my virtualenvs in win 10. I'm using git-bash .I've been reading about pipenv recently and decided to …

python anaconda git-bash pipenv
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-rnhk49o3/opencv-python/

pip9.exceptions.InstallationError Command "python setup.py egg_info" failed with error code 1 in /tmp/tmpoons7qgkbuild/opencv-python/ is the …

python opencv pip pipenv
Get path of virtual environment in pipenv

How to can get the path of virtualenv in pipenv? can configure it to use a custom path for newly …

python django pip pipenv
Make Pipenv create the virtualenv in the same folder

I want Pipenv to make virtual environment in the same folder with my project (Django). I searched and found the …

python pipenv
How to freeze a requirement with pipenv?

For example we have some pipfile (below) and I'd like to freeze the django version. We don't have a requirements.…

python pipenv pipfile
How to run --upgrade with pipenv?

Running (say for numpy) pipenv install --upgrade numpy tries to install --upgrade and numpy instead of normal pip behavior for …

python upgrade pipenv
pkg_resources.DistributionNotFound: The 'pipenv==2018.10.13' distribution was not found and is required by the application

I've reinstalled pip and pipenv due to some broken package with ansible. Now, it seems like my pip dependencies are …

python python-3.x pip pipenv