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
macOS & iOS Developer Playground
macOS - Development and Darwin
Editing the path
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="xstep" data-source="post: 170263" data-attributes="member: 11647"><p>I'm not sure what your asking. Are you talking about this; PATH=/bin:/sbin:/usr/bin:/usr/sbin ?</p><p></p><p>In the csh this works;</p><p>set path=(/bin /sbin /usr/bin /usr/sbin /some/Oracle/Path)</p><p></p><p>This might work also;</p><p>set path=($path /some/Oracle/Path)</p><p></p><p>I'm not sure how to do that in the Bash shell.</p><p></p><p>Also note the order may be important to your program.</p></blockquote><p></p>
[QUOTE="xstep, post: 170263, member: 11647"] I'm not sure what your asking. Are you talking about this; PATH=/bin:/sbin:/usr/bin:/usr/sbin ? In the csh this works; set path=(/bin /sbin /usr/bin /usr/sbin /some/Oracle/Path) This might work also; set path=($path /some/Oracle/Path) I'm not sure how to do that in the Bash shell. Also note the order may be important to your program. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Editing the path
Top