Questions tagged [pipenv-install]
78 questions
0
votes
1 answer
Pipfile not showing all installed packages
I am using pipenv as the virtual environment in a Django project. I installed the Django third-party package django-allauth-2fa via pipenv install django-allauth-2fa==0.8.
In the package's docs regarding its installation it says: note that this will…

Daniel
- 963
- 1
- 12
- 29
0
votes
1 answer
Django oscar docker: AttributeError: module 'os' has no attribute 'uname'
i used git clone https://github.com/django-oscar/django-oscar, then i used
pipenv install
and i got
AttributeError: module 'os' has no attribute 'uname' this error as well as this…

mary
- 11
- 3
-1
votes
1 answer
zsh: command not found: pipenv
even after installing pipenv 3x it is not working on my mac. If I use the command "python3 -m pipenv --version" I CAN see that it is installed (see below), however, if I go with "pipenv --version" the command is not found. My guess is that I messed…

rasmus
- 1
- 3