Learn Python: pipenv

Hi, so I am new to this forum stuff on here but I have been using CodeCademy for a bit now. I need help with this! I have tried to use the code from below the video, and I tried using the code in the video and neither worked, and when I checked, pip3 and pipenv are installed and I can navigate to them through my terminal but cannot use them in a folder, I just get

-bash: pipenv: command not found. 

Please help!

Reference Code Below

mikes-mbp-2:Project1 mikegiampaolo$ pip3 install --user pipenv
Requirement already satisfied: pipenv in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (2023.10.3)
Requirement already satisfied: certifi in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from pipenv) (2024.2.2)
Requirement already satisfied: setuptools>=67 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from pipenv) (68.0.0)
Requirement already satisfied: virtualenv>=20.24.2 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from pipenv) (20.26.2)
Requirement already satisfied: filelock<4,>=3.12.2 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from virtualenv>=20.24.2->pipenv) (3.12.2)
Requirement already satisfied: distlib<1,>=0.3.7 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from virtualenv>=20.24.2->pipenv) (0.3.8)
Requirement already satisfied: platformdirs<5,>=3.9.1 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from virtualenv>=20.24.2->pipenv) (4.0.0)
Requirement already satisfied: importlib-metadata>=6.6; python_version < "3.8" in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from virtualenv>=20.24.2->pipenv) (6.7.0)
Requirement already satisfied: typing-extensions>=4.7.1; python_version < "3.8" in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from platformdirs<5,>=3.9.1->virtualenv>=20.24.2->pipenv) (4.7.1)
Requirement already satisfied: zipp>=0.5 in /Users/mikegiampaolo/Library/Python/3.7/lib/python/site-packages (from importlib-metadata>=6.6; python_version < "3.8"->virtualenv>=20.24.2->pipenv) (3.15.0)
You are using pip version 19.0.3, however version 24.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
mikes-mbp-2:Project1 mikegiampaolo$ ls
mikes-mbp-2:Project1 mikegiampaolo$ pipenv --three
-bash: pipenv: command not found