Hi,
The pythonanywhere helper script module (pypi: pythonanywhere
, GitHub: https://github.com/pythonanywhere/helper_scripts) might be a good candidate for pre-installation (Batteries Included). Seems reasonable since these scripts are intended to be run from a PythonAnywhere console.
Workaround - install user-globally with pip3 install --user pythonanywhere
.
Best Brett