pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
### Issue description When including `--system` option to install packages on the system level inside a Docker image (`RUN pipenv install --dev --system --ignore-pipfile`), installation of all packages fail with...
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. Check the [diagnose documentation](https://docs.pipenv.org/diagnose/) for common issues before...
### Issue description This is a two-fold problem: 1. If you remove the hashes from the requirements.txt (`ignore_hashes=True`) problem this will also pass as expected. 2. If you remove either...
It would be nice if the injection of environment variables worked for the path variable too @njgrisafi from #1688 > It would be nice if we can have environment variables...
### Issue description Seems pipenv install gets an unnecessary dependency function32 which supports python2.7 only. ### Expected result in this case, pipenv should not include function32 as a dependency since...
Hi, Say, I've a project created by pipenv which named as my-pipenv-project and I use main.py which is located under the directory of my-pipenv-project. Now, I want to run the...
### Issue description When pipenv is run with PIPENV_PIPFILE and pointing to a directory that is a symlink, .venv location is not resolved correctly. ### Expected result Running: ``` cd...
### Is your feature request related to a problem? Please describe. We are using a combination of linuxbrew, pipenv and pyenv on our linux agents in our CI system. Unfortunately...
### Issue description When source url contains a port and verify_ssl is false, the port is not passed to pip in the trusted-host cli flag. ``` 13:29 $ pipenv install...
### Issue description When using fish shell, entering something like `pipenv run nvim ` should allow tab-completion of file paths (this is just one example, obviously this would be the...