We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed via pip / user install per the README, but get:
cohen3 zsh: command not found: cohen3
pip3 list -v | grep coh cohen3 0.9.3 /Users/rich/Library/Python/3.10/lib/python/site-packages pip
But I don't see an actual binary or anything named cohen3 in that dir.
cohen3
Not sure what I'm missing.
[rich:~/Dropbox/cohen-dnla]$ pip3 -V pip 22.2.2 from /opt/homebrew/lib/python3.10/site-packages/pip (python 3.10) [rich:~/Dropbox/cohen-dnla]$ echo $PATH /opt/homebrew/lib/python3.10/site-packages/pip:/Users/rich/Library/Python/3.10/lib/python/site-packages:/opt/homebrew/opt/node@16/bin:/usr/local/bin:/usr/local/sbin:/Users/rich/bin:/Users/rich/.poetry/bin:/usr/local/opt/libpq/bin:/usr/local/Cellar/ruby/2.7.1_2/bin/gem:/usr/local/opt/ruby/bin:/Users/rich/.krew/bin:/Users/rich/Library/Python/3.7/bin/:/usr/local/opt/mysql-client/bin:/usr/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/rich/.pub-cache/bin
The text was updated successfully, but these errors were encountered:
For me, I'm using the virtualenv approach and it worked. If you had python3 installed, type
python3 -m venv cohen3venv source cohen3venv/bin/activate # activate the virtual environment, to deactivate, type 'deactivate' pip3 install cohen3
Everytime you use cohen3, just do step 2 in a terminal.
Sorry, something went wrong.
No branches or pull requests
I installed via pip / user install per the README, but get:
But I don't see an actual binary or anything named
cohen3
in that dir.Not sure what I'm missing.
The text was updated successfully, but these errors were encountered: