Troubleshooting of python errors

From LemonWiki共筆
Revision as of 14:29, 27 October 2020 by Unknown user (talk)
Jump to navigation Jump to search

Trouble shooting of python errors

sudo: pip3: command not found

Condition

$ sudo pip3 install lac
sudo: pip3: command not found

Solution

$ which pip3
/usr/local/bin/pip3

$ sudo /usr/local/bin/pip3 install lac
> ok


Troubleshooting of ...

Template