MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

Trouble running from command line #79

Closed vito45h closed 3 years ago

vito45h commented 3 years ago

I have a fresh install from today install using: pip3 install abodepy seems to be a success: Installing collected packages: colorlog, six, lomond, certifi, urllib3, idna, chardet, requests, abodepy Successfully installed abodepy-1.2.0 certifi-2020.12.5 chardet-3.0.4 colorlog-4.6.2 idna-2.10 lomond-0.3.3 requests-2.25.0 six-1.15.0 urllib3-1.26.2

But from command line I get $ abodepy --help abodepy: command not found

Is there some additional step needed between pip3 install and running it from command line?

vito45h commented 3 years ago

Follow up my PATH was jacked up: but it's located in /home/{USER}/.local/bin/abodepy works great