I am trying to create a Pipenv environment in eclipse. When I need to set the location of Pipenv executable, I cannot browse to that folder; it is missing. When I type in the full path:
I installed Pipenv using pip3. The python is from the installer from Python foundation web site (python-3.12.8-macos11.pkg). I am on Mac Sequoia. The Pipenv is located at /Users/<me>/Library/Python/3.12/bin/pipenv
. I have added bin folder to .zshrc
file. Also restarted computer.