I am trying to install python3-serial on ubuntu (18.04 and 20.04) and can't seem to get miniterm.py in PATH.
From what I've read, it should be installed either in /usr/bin/miniterm.py
or /usr/local/bin/miniterm.py
, but it doesn't get installed anywhere. I have tried the following:
sudo apt install -y python3-serial
pip install pyserial
in a virtual environmentsudo pip install pyserial
global
which miniterm.py
returns nothing every time. I can't find it anywhere.
What do you advise?
pyserial-miniterm
(/usr/bin/pyserial-miniterm
) rather thanminiterm.py
– steeldriver Apr 09 '23 at 14:34