<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sara Trice &#187; computers</title>
	<atom:link href="http://saratrice.com/tag/computers/feed/" rel="self" type="application/rss+xml" />
	<link>http://saratrice.com</link>
	<description>Just a programmin&#039;, bellydancin&#039;, cake bakin&#039; kinda girl</description>
	<lastBuildDate>Tue, 17 Jan 2012 23:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Setting the PHP path in OS X</title>
		<link>http://saratrice.com/2008/09/23/setting-the-php-path-in-os-x/</link>
		<comments>http://saratrice.com/2008/09/23/setting-the-php-path-in-os-x/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 17:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://saratrice.com/?p=36</guid>
		<description><![CDATA[So this will be obvious to you unix/linux geeks, but it took me a while to remember, so I&#8217;m putting it here. I was trying to use the new install of PHP (on the command line) that I&#8217;d added instead of the default 4.4.7 install that comes with OS X 10.4. But nobody really says how to [...]]]></description>
			<content:encoded><![CDATA[<p>So this will be obvious to you unix/linux geeks, but it took me a while to remember, so I&#8217;m putting it here.</p>
<p>I was trying to use the new install of PHP (on the command line) that I&#8217;d added instead of the default 4.4.7 install that comes with OS X 10.4. But nobody really says how to do that anywhere.</p>
<p>When I ran &#8220;which php&#8221; it said I was using /usr/bin/php. I wanted to be using usr/local/php5.</p>
<p>So, in .bash_profile for my user, I added the line:<br />
# Set PATH for php (override default /usr/bin/php)<br />
export PATH=/usr/local/php5/bin/:$PATH</p>
<p>then I saved that and ran &#8220;source .bash_profile&#8221;.</p>
<p>Now when I run &#8220;which php&#8221; it says /usr/local/php5/bin//php.</p>
<p>Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://saratrice.com/2008/09/23/setting-the-php-path-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

