<?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: Adding an environment variable to Bash PATH in OS X</title>
	<atom:link href="http://peterheide.com/2008/10/04/adding-an-environment-variable-to-bash-path-in-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://peterheide.com/2008/10/04/adding-an-environment-variable-to-bash-path-in-os-x/</link>
	<description>I keep meaning to write.</description>
	<lastBuildDate>Thu, 21 Jul 2011 20:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://peterheide.com/2008/10/04/adding-an-environment-variable-to-bash-path-in-os-x/#comment-601</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 21 Jul 2011 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://peterheide.com/?p=24#comment-601</guid>
		<description>If I&#039;m not mistaken, the following startup files will be searched for in order. Whichever one is found first will be used by the shell:

	~/.bash_profile
	~/.bash_login
	~/.profile


So yeah, .profile should work, as long as you don&#039;t also have a .bash_profile.</description>
		<content:encoded><![CDATA[<p>If I&#8217;m not mistaken, the following startup files will be searched for in order. Whichever one is found first will be used by the shell:</p>
<p>	~/.bash_profile<br />
	~/.bash_login<br />
	~/.profile</p>
<p>So yeah, .profile should work, as long as you don&#8217;t also have a .bash_profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiano</title>
		<link>http://peterheide.com/2008/10/04/adding-an-environment-variable-to-bash-path-in-os-x/#comment-600</link>
		<dc:creator>Fabiano</dc:creator>
		<pubDate>Thu, 21 Jul 2011 19:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://peterheide.com/?p=24#comment-600</guid>
		<description>Hi Peter,

I have added it to the first line in my &lt;b&gt;~/.profile&lt;/b&gt; file this way:
PATH=/opt/subversion/bin:$PATH
and it works just the same. I wonder if the shell looks for them both once you open Terminal. 

Fabiano</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I have added it to the first line in my <b>~/.profile</b> file this way:<br />
PATH=/opt/subversion/bin:$PATH<br />
and it works just the same. I wonder if the shell looks for them both once you open Terminal. </p>
<p>Fabiano</p>
]]></content:encoded>
	</item>
</channel>
</rss>

