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
General Discussions
Switcher Hangout (Windows to Mac)
path environment variable
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="cradom" data-source="post: 59491" data-attributes="member: 305283"><p>To add something to the path put something like this into .bash_profile or .bashrc:</p><p></p><p>PATH="/whatever/youneed/toadd<img src="/mac_images/images/smilies/Money-Mouth.png" class="smilie" loading="lazy" alt=":$" title="Money Mouth :$" data-shortname=":$" />{PATH}"</p><p>export PATH</p><p></p><p>For example:</p><p>PATH="/usr/local/bin<img src="/mac_images/images/smilies/Money-Mouth.png" class="smilie" loading="lazy" alt=":$" title="Money Mouth :$" data-shortname=":$" />{PATH}"</p><p>or</p><p>PATH="~/craig/bin:/Volumes/HD3/downloads<img src="/mac_images/images/smilies/Money-Mouth.png" class="smilie" loading="lazy" alt=":$" title="Money Mouth :$" data-shortname=":$" />{PATH}"</p><p></p><p>After you add this restart Terminal.</p></blockquote><p></p>
[QUOTE="cradom, post: 59491, member: 305283"] To add something to the path put something like this into .bash_profile or .bashrc: PATH="/whatever/youneed/toadd:${PATH}" export PATH For example: PATH="/usr/local/bin:${PATH}" or PATH="~/craig/bin:/Volumes/HD3/downloads:${PATH}" After you add this restart Terminal. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
path environment variable
Top