MySQL Shell and extra Python modules

When you use MySQL Shell with extra Python plugins (like these available on GitHub), sometimes, you could need extra Python modules. Some of my plugins require requests and prettytable for example. MySQL 8.0.26 uses embedded Python 3.9 and if your…