<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OS X: Change your PATH environment variable</title>
	<atom:link href="http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 15:37:27 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: charmedguy18</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-16313</link>
		<dc:creator>charmedguy18</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:55:11 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-16313</guid>
		<description>For some reason this is what my path is:&lt;br&gt;##&lt;br&gt;# DELUXE-USR-LOCAL-BIN-INSERT&lt;br&gt;# (do not remove this comment)&lt;br&gt;##&lt;br&gt;echo $PATH &#124; grep -q -s &quot;/usr/local/bin&quot;&lt;br&gt;if [PATH=$PATH:/usr/local/bin&lt;br&gt;    export PATH&lt;br&gt;fi&lt;br&gt;export CLICOLOR=1&lt;br&gt;export LSCOLORS=ExFxCxDxBxegedabagacad&lt;br&gt;# Setting PATH for Python 3.1&lt;br&gt;# The orginal version is saved in .profile.pysave&lt;br&gt;PATH=&quot;/Library/Frameworks/Python.framework/Versions/3.1/bin:${PATH}&quot;&lt;br&gt;export PATH&lt;br&gt;-----------------&lt;br&gt;&lt;br&gt;This is even though I have Fink installed. I&#039;m sorry to post this so randomly here but I don&#039;t know where else to put it. &lt;br&gt;When I use Fink, it works.... So I don&#039;t really know why my profile has this in it. this is in ~/.profile just so you&#039;re sure.&lt;br&gt;&lt;br&gt;If you want to see what echo $PATH does this is it:&lt;br&gt;&lt;br&gt;/Library/Frameworks/Python.framework/Versions/3.1/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/X11R6/bin&lt;br&gt;&lt;br&gt;So it&#039;s not as if I have a problem as of right now. But for some reason, as far as I can see I don&#039;t know where to edit my path. I&#039;m sure I&#039;ll want to eventually.&lt;br&gt;Thanks.</description>
		<content:encoded><![CDATA[<p>For some reason this is what my path is:<br />##<br /># DELUXE-USR-LOCAL-BIN-INSERT<br /># (do not remove this comment)<br />##<br />echo $PATH | grep -q -s &#8220;/usr/local/bin&#8221;<br />if [PATH=$PATH:/usr/local/bin<br />    export PATH<br />fi<br />export CLICOLOR=1<br />export LSCOLORS=ExFxCxDxBxegedabagacad<br /># Setting PATH for Python 3.1<br /># The orginal version is saved in .profile.pysave<br />PATH=&#8221;/Library/Frameworks/Python.framework/Versions/3.1/bin:${PATH}&#8221;<br />export PATH<br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>This is even though I have Fink installed. I&#39;m sorry to post this so randomly here but I don&#39;t know where else to put it. <br />When I use Fink, it works&#8230;. So I don&#39;t really know why my profile has this in it. this is in ~/.profile just so you&#39;re sure.</p>
<p>If you want to see what echo $PATH does this is it:</p>
<p>/Library/Frameworks/Python.framework/Versions/3.1/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/X11R6/bin</p>
<p>So it&#39;s not as if I have a problem as of right now. But for some reason, as far as I can see I don&#39;t know where to edit my path. I&#39;m sure I&#39;ll want to eventually.<br />Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amgine</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-15402</link>
		<dc:creator>Amgine</dc:creator>
		<pubDate>Sun, 04 Oct 2009 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15402</guid>
		<description>In my case, I need to add a directory to the path for both myself and for www-data. Is there a variation for adding the dir in /etc/profile?</description>
		<content:encoded><![CDATA[<p>In my case, I need to add a directory to the path for both myself and for www-data. Is there a variation for adding the dir in /etc/profile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-13172</link>
		<dc:creator>Mitch</dc:creator>
		<pubDate>Sun, 05 Jul 2009 04:53:59 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13172</guid>
		<description>Thanks mate,&lt;br&gt;Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions.&lt;br&gt;Cheers,&lt;br&gt;Mitch</description>
		<content:encoded><![CDATA[<p>Thanks mate,<br />Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions.<br />Cheers,<br />Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo Contreras</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-10995</link>
		<dc:creator>Juan Pablo Contreras</dc:creator>
		<pubDate>Sat, 02 May 2009 23:51:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10995</guid>
		<description>Hi.... I&#039;ve made the changes on .profile but they only remain until I close the terminal although I run &quot;. .profile&quot;&lt;br&gt;&lt;br&gt;What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi&#8230;. I&#39;ve made the changes on .profile but they only remain until I close the terminal although I run &#8220;. .profile&#8221;</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcel</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-10274</link>
		<dc:creator>marcel</dc:creator>
		<pubDate>Sun, 12 Apr 2009 09:21:21 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10274</guid>
		<description>normal i would add an exra PATH in /etc/profile</description>
		<content:encoded><![CDATA[<p>normal i would add an exra PATH in /etc/profile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tombeek</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-10075</link>
		<dc:creator>tombeek</dc:creator>
		<pubDate>Sat, 04 Apr 2009 20:24:40 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-10075</guid>
		<description>david:  it&#039;s ok to have the same elements of a path variable in your path more than once; in some cases it is necessary.  As far as how to give one path priority over another, just make the one you want to load come first (reading left to right) in your PATH variable.</description>
		<content:encoded><![CDATA[<p>david:  it&#39;s ok to have the same elements of a path variable in your path more than once; in some cases it is necessary.  As far as how to give one path priority over another, just make the one you want to load come first (reading left to right) in your PATH variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/comment-page-1/#comment-9231</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 08 Mar 2009 06:44:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-9231</guid>
		<description>I have a question:  When I &quot;echo $PATH&quot; or type &quot;env&quot; which shows the same path I assume, I&#039;m given a path that has a bunch of variables, namely /usr/bin/:/usr/bin/sbin, etc etc that I can&#039;t seem to find in my path files.  Not in ~/.bashrc, ~/.profile, or anywhere else I&#039;ve looked...where do those variables reside.  I really just want to switch the order of /usr/bin and /usr/local/bin so my /usr/local/bin python2.6 install default starts instead of the version 2.5 that ships with Mac.  &lt;br&gt;&lt;br&gt;Hope that&#039;s not too confusing, I don&#039;t think it is.&lt;br&gt;&lt;br&gt;Thanks for the otherwise helpful information...after adding a ~/.profile I noticed that the PATH in there precedes the other PATH attributes mentioned above so temporarily I&#039;ve tacked /usr/local/bin on there and it works how I want...but now I have /usr/local/bin on the PATH twice and would like to remedy that.&lt;br&gt;&lt;br&gt;Cheers</description>
		<content:encoded><![CDATA[<p>I have a question:  When I &#8220;echo $PATH&#8221; or type &#8220;env&#8221; which shows the same path I assume, I&#39;m given a path that has a bunch of variables, namely /usr/bin/:/usr/bin/sbin, etc etc that I can&#39;t seem to find in my path files.  Not in ~/.bashrc, ~/.profile, or anywhere else I&#39;ve looked&#8230;where do those variables reside.  I really just want to switch the order of /usr/bin and /usr/local/bin so my /usr/local/bin python2.6 install default starts instead of the version 2.5 that ships with Mac.  </p>
<p>Hope that&#39;s not too confusing, I don&#39;t think it is.</p>
<p>Thanks for the otherwise helpful information&#8230;after adding a ~/.profile I noticed that the PATH in there precedes the other PATH attributes mentioned above so temporarily I&#39;ve tacked /usr/local/bin on there and it works how I want&#8230;but now I have /usr/local/bin on the PATH twice and would like to remedy that.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
