kk7ds/pynx584

-bash: nx584_server: command not found

Closed this issue · 2 comments

Am trying to install this on a Raspberry Pi with a USB to serial adapter. I have run
pip install pynx584
but get:
pi@raspberrypi:~ $ nx584_server --serial /dev/ttyUSB1 --baud 38400
-bash: nx584_server: command not found

Any suggestions?
Thanks!

kk7ds commented

It's hard to know without seeing more information. If you ran pip as the pi user (i.e. not with sudo) then the binary is probably installed in ~/.local/bin or something that isn't in your path.

Thanks. That was the issues. installed with sudo and that fixed it.
On to next steps then... :)