Troubleshooting of python errors: Difference between revisions
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...") |
mNo edit summary |
||
| 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> | ||
Revision as of 14:29, 27 October 2020
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 ...
- PHP, cUrl, Python, selenium, HTTP status code errors
- Database: SQL syntax debug, MySQL errors, MySQLTuner errors or PostgreSQL errors
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, Docker, FTP problems, online conference software
- Test connectivity for the web service, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template