C:Usersjacob>pip uninstall wget
Found existing installation: wget 3.2
Uninstalling wget-3.2:
Would remove:
c:usersjacobappdatalocalprogramspythonpython312libsite-packageswget-3.2.dist-info*
c:usersjacobappdatalocalprogramspythonpython312libsite-packageswget.py
Proceed (Y/n)? y
Successfully uninstalled wget-3.2
C:Usersjacob>pip install wget
Collecting wget
Using cached wget-3.2-py3-none-any.whl
Installing collected packages: wget
Successfully installed wget-3.2
C:Usersjacob>where wget
INFO: Could not find files for the given pattern(s).
C:Usersjacob>wget
‘wget’ is not recognized as an internal or external command,
operable program or batch file.
I have tried to install wget from https://eternallybored.org/misc/wget/ but the .exe file I am getting doesn’t even open. I really am lost and as a new programmer and into the world of computers trying to follow a tutorial I really am lost. Any help would be appreciated!
I have tried to download the wget software myself without using python pip but I cannot get it to work. I do not know if I have multiple instances and perhaps the pathing is wrong too.
user24826558 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.