<?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>Fighting Rabbits &#187; python</title>
	<atom:link href="http://fightingrabbits.com/archives/tag/python/feed" rel="self" type="application/rss+xml" />
	<link>http://fightingrabbits.com</link>
	<description>and herding cats...</description>
	<lastBuildDate>Wed, 23 Jun 2010 12:28:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WebFaction Easy-Install useage.</title>
		<link>http://fightingrabbits.com/archives/125</link>
		<comments>http://fightingrabbits.com/archives/125#comments</comments>
		<pubDate>Sat, 01 Aug 2009 11:37:40 +0000</pubDate>
		<dc:creator>Richard Cooper</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[webfaction]]></category>

		<guid isPermaLink="false">http://fightingrabbits.com/?p=125</guid>
		<description><![CDATA[I&#8217;m posting this here so that I can remember it :) If you need a Python library to be available to *all* of your Python apps, then install it in the $HOME/lib/python2.5 directory. A shorter version of the command is: Code: 1 easy_install-2.5 -s $HOME/bin -d $HOME/lib/python2.5 the_module_name If you need a Python library to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this here so that I can remember it :)</p>
<p>If you need a Python library to be available to *all* of your Python apps, then install it in the $HOME/lib/python2.5 directory. A shorter version of the command is:<br />
<strong>Code:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">easy_install-<span style="color: #000000;">2.5</span> <span style="color: #660033;">-s</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>bin <span style="color: #660033;">-d</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>python2.5 the_module_name</pre></td></tr></table></div>

<p>If you need a Python library to be available to *one* of your Python apps, then install it in the $HOME/webapps/<appname>/lib/python2.5 directory for that app. You must preface the easy_install command with the PYTHONPATH variable, like so:<br />
<strong>Code:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">PYTHONPATH</span>=<span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>webapps<span style="color: #000000; font-weight: bold;">/&lt;</span>appname<span style="color: #000000; font-weight: bold;">&gt;/</span>lib<span style="color: #000000; font-weight: bold;">/</span>python2.5 easy_install-<span style="color: #000000;">2.5</span> <span style="color: #660033;">-s</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>webapps<span style="color: #000000; font-weight: bold;">/&lt;</span>appname<span style="color: #000000; font-weight: bold;">&gt;/</span>bin <span style="color: #660033;">-d</span> <span style="color: #007800;">$HOME</span><span style="color: #000000; font-weight: bold;">/</span>webapps<span style="color: #000000; font-weight: bold;">/&lt;</span>appname<span style="color: #000000; font-weight: bold;">&gt;/</span>lib<span style="color: #000000; font-weight: bold;">/</span>python2.5 the_module_name</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://fightingrabbits.com/archives/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
