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

How does one get the cohen3 command in path? #55

Open
richstokes opened this issue Oct 2, 2022 · 1 comment
Open

How does one get the cohen3 command in path? #55

richstokes opened this issue Oct 2, 2022 · 1 comment

Comments

@richstokes
Copy link

richstokes commented Oct 2, 2022

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.

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
@richstokes richstokes changed the title How does one get the Cohen3 command in path? How does one get the cohen3 command in path? Oct 2, 2022
@FavoRiteKK
Copy link

FavoRiteKK commented Nov 22, 2022

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.

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

2 participants