-
Notifications
You must be signed in to change notification settings - Fork 226
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
pokemon: command not found in MacOS #156
Comments
You need to add |
This is the correct way? Unfortunately it still doesn't work :(
|
Hum... This is very strange... First try to Otherwise I would guess that pip itself failed in installing the binary, try executing the command again and check the output for anything fishy, maybe even post it here. |
@cesardramirez I had to add the following to my path as well: $HOME/Library/Python/3.6/bin It looks like you have the global python bin in your folder, but not the local one? |
I installed in Mac OS pip3 v10.0.1 with python v3.7.0.
I execute the command
pip3 install --user git+https://github.com/LazoCoder/Pokemon-Terminal.git
and I install iTerm2 but in the moment of execute the commandpokemon
appears in the terminal command not found. ¿Why?The text was updated successfully, but these errors were encountered: