Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipenv can already be installed without being in the user's path #22

Open
gosuto-inzasheru opened this issue May 20, 2020 · 0 comments
Open

Comments

@gosuto-inzasheru
Copy link

Running bash <(curl -s https://tinker.bunq.com/python/setup.sh) returned

Could not find "pipenv", try installing it by running "pip install pipenv".

even thoughpip list does show pipenv and pip install pipenv says it is already installed.

The problem is that which pipenv (which setup.py runs to verify it being present) indeed returned nothing. I was able to fix this by installing it again through brew install pipenv which does install itself in the user's path:

$ which pipenv
/usr/local/bin/pipenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant