You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 didpip install prompt_toolkit
and I see that "Requirement already satisfied". But when I runsudo python3 homePwn.py
again, it still says the module is not found.Screenshots
The text was updated successfully, but these errors were encountered: