Open stevenygd opened 2 months ago
pip
installs local scripts to .local/bin
by default. Can you double-check that it's on your $PATH
? You can also try running .local/bin/tpu-info
to see if it's there.
pip
will normally print a warning in this case, e.g. https://stackoverflow.com/questions/70588185/warning-the-script-pip3-8-is-installed-in-usr-local-bin-which-is-not-on-path
I followed the installation instructions but wasn't able to find the command of the-info.
If I did
pip list | grep tpu-info
it showstpu-info 0.1.0
. But the commandtpu-info
is still not found in the shell. Any suggestions?