pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### 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 ~~~...
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.
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...
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?...
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...
### 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...
### 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...
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...
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...
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....