Update pip/pip3 to Python 3.8 in Ubuntu 📅 Apr 11, 2021 · ☕ 4 min read · ✍️ River How to update the pip/pip3 commands in Ubuntu so they use Python3.8 rather than Python3.5
Run Pywikibot in Windows Subsystem for Linux 📅 Sep 22, 2020 · ☕ 12 min read · ✍️ River How to configure PWB for third-party wikis, specifically in Windows Subsystem for Linux
Serving Flask from a non-root location with Nginx 📅 Jul 7, 2020 · ☕ 5 min read · ✍️ River I couldn't find much documentation on how to serve Flask with uWSGI and Nginx from a non-root location, so, here's some.