pipenv icon indicating copy to clipboard operation
pipenv copied to clipboard

Python Development Workflow for Humans.

Results 395 pipenv issues
Sort by recently updated
recently updated
newest added

### Issue description The [documentacion says](https://pipenv.kennethreitz.org/en/latest/advanced/#pipenv.environments.PIPENV_SPINNER) that the `PIPENV_SPINNER` environment variable can modify the animation shown while performing long time operations, but `pipenv` ignores that value. ### Expected result ~~~...

Type: Enhancement :bulb:
PR: awaiting-merge
Category: CLI

Convert away from `six` python 2 -> 3 conversion library ### Issue description We no longer support python 2 so including six should no longer be a requirement.

Type: Vendored Dependencies

Hi I configured my pip.conf + keyring so that pip will use it to get the credentials before installing a package. Is there a way to store my credentials on...

Category: Private PyPIs :sunglasses:
triage

npm and yarn execute scripts with special names like `postinstall` and so on after/before several actions. Pipenv should do the same. ##### Is your feature request related to a problem?...

Type: Enhancement :bulb:
Contributor Candidate

To see system/pipenv version: `pipenv_--support` Output: [here](https://gist.github.com/ReuvenBirnbaum/020f8403764ee2e9d71912a86f937425) ### Issue description Trying to install environment from Pipfile/Pipefile.lock found here https://github.com/CoreyCole/HypDB/tree/master/demo/server ### Expected result The environment dependencies installs correctly ### Actual result...

Status: Awaiting Update :hourglass_flowing_sand:
triage

### Issue description I was running some automation and one process had the pipenv install to call pyenv and install a version of python for me. During that install I...

Type: Documentation :book:

### Issue description When running `pipenv check`, only the site-packages of the user installation are considered instead of the pipenv environment. Is this expected behaviour? Currently my workaround is to...

Type: Possible Bug
triage
Contributor Candidate

I opened https://github.com/pypa/pipenv/discussions/5158 seeking feedback on a potential way for tools like pipenv to help tools like VS Code and the Python Launcher for Unix find virtual environments it manages...

Type: Question :grey_question:

I was attempting to help some visiting astronomers start using pipenv and ran into two problems with the instructions: https://github.com/pypa/pipenv/blob/master/docs/advanced.rst#-pipenv-and-conda The easy problem was that `/path/to/anaconda…` will not work if...

Type: Documentation :book:
good first issue

Welcome to Mid-June 2022! For myself, this marks 7 months using the `pipenv` project and about 4 months of serving as an active maintainer for the project along with @oz123....

help wanted
Contributor Candidate