Describe the bug
I'm running on ubuntu virtual machine.
After running sudo python3 homePwn.py I see "No module named 'prompt_toolkit'". So I did pip install prompt_toolkit and I see that "Requirement already satisfied". But when I run sudo python3 homePwn.py again, it still says the module is not found.
Screenshots

Describe the bug
I'm running on ubuntu virtual machine.
After running
sudo python3 homePwn.pyI see "No module named 'prompt_toolkit'". So I didpip install prompt_toolkitand I see that "Requirement already satisfied". But when I runsudo python3 homePwn.pyagain, it still says the module is not found.Screenshots
