Help! I’ve run into a roadblock on Learn Python 3/Modules/ Learn Python: pipenv ( https://www.codecademy.com/courses/learn-python-3/articles/learn-python-pipenv )
I’m on a Windows PC using Anaconda, but I’ve also tried this with Miniconda.
I know it’s installed because using pip3 install --user pipenv gives me a whole line of ‘requirement already satisfied’ messages which weren’t present with the original install. I’ve both changed the PATH address in environment variables and tried creating a new one. Here’s what my console prints:
Microsoft Windows [Version 10.0.19045.3448]
(c) Microsoft Corporation. All rights reserved.
(base) C:\Users\Jen>pip3 --version
pip 23.2.1 from C:\Users\Jen\anaconda3\Lib\site-packages\pip (python 3.11)
(base) C:\Users\Jen>pip3 install --user pipenv
Requirement already satisfied: pipenv in c:\users\jen\appdata\roaming\python\python311\site-packages (2023.9.8)
Requirement already satisfied: certifi in c:\users\jen\anaconda3\lib\site-packages (from pipenv) (2023.7.22)
Requirement already satisfied: setuptools>=67 in c:\users\jen\anaconda3\lib\site-packages (from pipenv) (68.0.0)
Requirement already satisfied: virtualenv>=20.24.2 in c:\users\jen\appdata\roaming\python\python311\site-packages (from pipenv) (20.24.5)
Requirement already satisfied: distlib<1,>=0.3.7 in c:\users\jen\appdata\roaming\python\python311\site-packages (from virtualenv>=20.24.2->pipenv) (0.3.7)
Requirement already satisfied: filelock<4,>=3.12.2 in c:\users\jen\appdata\roaming\python\python311\site-packages (from virtualenv>=20.24.2->pipenv) (3.12.4)
Requirement already satisfied: platformdirs<4,>=3.9.1 in c:\users\jen\appdata\roaming\python\python311\site-packages (from virtualenv>=20.24.2->pipenv) (3.11.0)
(base) C:\Users\Jen>pipenv --version
'pipenv' is not recognized as an internal or external command,
operable program or batch file.