HomePWN
HomePWN copied to clipboard
Getting "No module named 'prompt_toolkit'" when running `sudo python3 homePwn.py` even after pip install prompt_toolkit
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