Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Notebook Hardware
Help with Terminal please
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="IvanLasston" data-source="post: 1063341" data-attributes="member: 145676"><p>You probably have an error in one of your startup scripts.</p><p></p><p>[CODE]</p><p>cd</p><p>grep -i sdkfolder .* </p><p>grep -i sdkfolder *</p><p>[/CODE]</p><p></p><p>Once you figure out where that bash error is coming from - remove the line. My guess is it is in your .bash_profile - if not - you are probably sourcing something</p><p></p><p>[CODE]</p><p>cd</p><p>grep -i source .* </p><p>grep -i source *</p><p>[/CODE]</p><p></p><p>This is probably interfering with the PATH command which means you cannot find sudo - which is actually /usr/bin/sudo</p><p></p><p>If your PATH is messed up grep is actually /opt/local/bin/grep</p><p>(I hope - this may have been installed by fink or macports)</p></blockquote><p></p>
[QUOTE="IvanLasston, post: 1063341, member: 145676"] You probably have an error in one of your startup scripts. [CODE] cd grep -i sdkfolder .* grep -i sdkfolder * [/CODE] Once you figure out where that bash error is coming from - remove the line. My guess is it is in your .bash_profile - if not - you are probably sourcing something [CODE] cd grep -i source .* grep -i source * [/CODE] This is probably interfering with the PATH command which means you cannot find sudo - which is actually /usr/bin/sudo If your PATH is messed up grep is actually /opt/local/bin/grep (I hope - this may have been installed by fink or macports) [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Notebook Hardware
Help with Terminal please
Top