Difference between revisions of "Troubleshooting of python errors"
Jump to navigation
Jump to search
(Created page with "Trouble shooting of python errors == sudo: pip3: command not found == Condition <pre> $ sudo pip3 install lac sudo: pip3: command not found </pre> Solution <pre> $ which pi...") |
m |
||
Line 14: | Line 14: | ||
/usr/local/bin/pip3 | /usr/local/bin/pip3 | ||
− | $ sudo pip3 install lac | + | $ sudo /usr/local/bin/pip3 install lac |
> ok | > ok | ||
</pre> | </pre> |
Latest revision as of 14:29, 27 October 2020
Trouble shooting of python errors
sudo: pip3: command not found[edit]
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 ...
- Troubleshooting of Excel errors
- PHP, cUrl, Python, selenium errors
- Database: SQL syntax debug, MySQL errors or MySQLTuner errors
- Troubleshooting of regular expression
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, FTP problems
- Testing, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template