JeanMax / babao

Just a little [insert crypto-currency] trade bot, using [insert strategy] over [insert market-place] api
Other
9 stars 6 forks source link

babao: command not found #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, How can I run the bot? I installed through make, pip as well as setup.py and still getting command not found error.

canermac-3:babao apple$ babao --help -bash: babao: command not found canermac-3:babao apple$ babao -bash: babao: command not found canermac-3:babao apple$ babao --f -bash: babao: command not found You have new mail in /var/mail/apple canermac-3:babao apple$ babao fetch -bash: babao: command not found canermac-3:babao apple$ babao --fetch

looks like it's working only when I run python3 -mbabao f

JeanMax commented 5 years ago

Hello!

The "binary" should be in your default python bin directory (the user one). In my case it is: ~/.local/bin/ Maybe you don't have it in your PATH?

Worst case scenario, the make command created a wrapper in the cloned directory: ./babao

JeanMax commented 5 years ago

I assume it's "solved". Feel free to re-open the issue.