D delude macrumors 6502 Original poster May 28, 2010 #1 I was trying to add wget to terminal...and now I get: Code: -bash: unalias: wget=curl -O: not found I've removed the wget stuff now using '/usr/local/share/wget/uninstall-wget.pl' but what can I do to get rid of this message? thanks
I was trying to add wget to terminal...and now I get: Code: -bash: unalias: wget=curl -O: not found I've removed the wget stuff now using '/usr/local/share/wget/uninstall-wget.pl' but what can I do to get rid of this message? thanks
D delude macrumors 6502 Original poster May 28, 2010 #3 calderone said: I am assuming you get this when you launch Terminal? Click to expand... Yes I do. Thanks for the quick reply 🙂
calderone said: I am assuming you get this when you launch Terminal? Click to expand... Yes I do. Thanks for the quick reply 🙂
calderone Cancelled May 28, 2010 #4 delude said: Yes I do. Thanks for the quick reply 🙂 Click to expand... You will need to remove that line from your bashrc. In Terminal type: Code: nano ~/.bashrc And remove the lines that refer to wget. This could be in bash_profile, if you don't find any lines referencing wget in bashrc try Code: nano ~/.bash_profile
delude said: Yes I do. Thanks for the quick reply 🙂 Click to expand... You will need to remove that line from your bashrc. In Terminal type: Code: nano ~/.bashrc And remove the lines that refer to wget. This could be in bash_profile, if you don't find any lines referencing wget in bashrc try Code: nano ~/.bash_profile
D delude macrumors 6502 Original poster May 28, 2010 #5 calderone said: You will need to remove that line from your bashrc. In Terminal type: Code: nano ~/.bashrc And remove the lines that refer to wget. Click to expand... Sorry, I'm a real noob to terminal. There aren't any lines when I type 'nano ~/.bashrc', it's just blank, do I need to type something else in?
calderone said: You will need to remove that line from your bashrc. In Terminal type: Code: nano ~/.bashrc And remove the lines that refer to wget. Click to expand... Sorry, I'm a real noob to terminal. There aren't any lines when I type 'nano ~/.bashrc', it's just blank, do I need to type something else in?
calderone Cancelled May 28, 2010 #6 That just means there is nothing in the file. Type Control + X to exit. Read my edit above and try that one.
That just means there is nothing in the file. Type Control + X to exit. Read my edit above and try that one.
D delude macrumors 6502 Original poster May 28, 2010 #7 calderone said: That just means there is nothing in the file. Type Control + X to exit. Read my edit above and try that one. Click to expand... Okay, I've deleted the lines but now I have this at the bottom: File Name to Write: /Users/James/.bash_profile ^G Get Help ^T To Files M-M Mac Format M-P Prepend ^C Cancel M-D DOS Format M-A Append M-B Backup File Seems like you found it though, thanks so much!
calderone said: That just means there is nothing in the file. Type Control + X to exit. Read my edit above and try that one. Click to expand... Okay, I've deleted the lines but now I have this at the bottom: File Name to Write: /Users/James/.bash_profile ^G Get Help ^T To Files M-M Mac Format M-P Prepend ^C Cancel M-D DOS Format M-A Append M-B Backup File Seems like you found it though, thanks so much!
calderone Cancelled May 28, 2010 #8 It sounds like you hit Control + O already, now hit Enter/Return. Then type Control + X to exit.
D delude macrumors 6502 Original poster May 28, 2010 #9 calderone said: It sounds like you hit Control + O already, now hit Enter/Return. Then type Control + X to exit. Click to expand... Awesome! Looks likes it's fixed now, thanks so much 🙂 I really appreciate the almost instant responses!
calderone said: It sounds like you hit Control + O already, now hit Enter/Return. Then type Control + X to exit. Click to expand... Awesome! Looks likes it's fixed now, thanks so much 🙂 I really appreciate the almost instant responses!
calderone Cancelled May 28, 2010 #10 delude said: Awesome! Looks likes it's fixed now, thanks so much 🙂 I really appreciate the almost instant responses! Click to expand... Good timing on your part, my internet connection went down for about 30 minutes right after my last response! Stupid comcast... Glad it is working for you now.
delude said: Awesome! Looks likes it's fixed now, thanks so much 🙂 I really appreciate the almost instant responses! Click to expand... Good timing on your part, my internet connection went down for about 30 minutes right after my last response! Stupid comcast... Glad it is working for you now.