<?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: Making Environment Variables Stick</title>
	<atom:link href="http://www.thelinuxblog.com/making-environment-variables-stick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/making-environment-variables-stick/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Michael Cheselka</title>
		<link>http://www.thelinuxblog.com/making-environment-variables-stick/comment-page-1/#comment-3328</link>
		<dc:creator>Michael Cheselka</dc:creator>
		<pubDate>Fri, 15 Oct 2010 03:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=469#comment-3328</guid>
		<description><![CDATA[Many linuxes have a /etc/profile.d/ directory.
Put and env.sh in there and chmod a+x the file.
Logout and test to see if it&#039;s working.
If you change /etc/profile, then updates won&#039;t take and you&#039;ll have to hand edit each time there&#039;s an update.
Also, &quot;$ . /etc/profile&quot; and &quot;$ source /etc/profile&quot; are the same thing.]]></description>
		<content:encoded><![CDATA[<p>Many linuxes have a /etc/profile.d/ directory.<br />
Put and env.sh in there and chmod a+x the file.<br />
Logout and test to see if it&#8217;s working.<br />
If you change /etc/profile, then updates won&#8217;t take and you&#8217;ll have to hand edit each time there&#8217;s an update.<br />
Also, &#8220;$ . /etc/profile&#8221; and &#8220;$ source /etc/profile&#8221; are the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schemer</title>
		<link>http://www.thelinuxblog.com/making-environment-variables-stick/comment-page-1/#comment-3307</link>
		<dc:creator>Michael Schemer</dc:creator>
		<pubDate>Mon, 04 Oct 2010 20:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/?p=469#comment-3307</guid>
		<description><![CDATA[You also have a .bashrc and .bash_profile for updating your path variables on a user-basis. Only use /etc/profile for environment variables that EVERY user should have.]]></description>
		<content:encoded><![CDATA[<p>You also have a .bashrc and .bash_profile for updating your path variables on a user-basis. Only use /etc/profile for environment variables that EVERY user should have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
