<?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>Sébastien Barbieri's blog &#187; python</title>
	<atom:link href="http://blog.sbw.be/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sbw.be</link>
	<description>My life, my work, my projects</description>
	<lastBuildDate>Sat, 24 Dec 2011 00:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>python on mac os x 10.5</title>
		<link>http://blog.sbw.be/2009/01/03/python-on-mac-os-x-105/</link>
		<comments>http://blog.sbw.be/2009/01/03/python-on-mac-os-x-105/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:39:31 +0000</pubDate>
		<dc:creator>Sébastien Barbieri</dc:creator>
				<category><![CDATA[truc de g33k]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.sbw.be/2009/01/03/python-on-mac-os-x-105/</guid>
		<description><![CDATA[I&#8217;m quite new to mac&#8217;s world, but I&#8217;m quite old from linux&#8230; So here is my short note about python on macosx Install the XCode 3.0 additional disk that came with Leopard Install macport set in your profile (/Users/yourname/.profile) the following lines export PATH=/opt/local/bin:/opt/local/sbin:$PATH export DISPLAY=:0.0 export MANPATH=/opt/local/share/man/:$MANPATH export EDITOR=vim Install port python (with django): [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m quite new to mac&#8217;s world, but I&#8217;m quite old from linux&#8230;</p>
<p>So here is my short note about python on macosx</p>
<ol>
<li>Install the XCode 3.0 additional disk that came with Leopard</li>
<li>Install <a href="http://www.macports.org/install.php">macport</a></li>
<li>set in your profile (/Users/yourname/.profile) the following lines
<ul>
<li>export PATH=/opt/local/bin:/opt/local/sbin:$PATH</li>
<li>export DISPLAY=:0.0</li>
<li>export MANPATH=/opt/local/share/man/:$MANPATH</li>
<li>export EDITOR=vim</li>
</ul>
</li>
<li>Install port python (with django): sudo port install py25-django</li>
<li>Install port ipython: sudo port install py25-ipython</li>
</ol>
<p>More to come&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sbw.be/2009/01/03/python-on-mac-os-x-105/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

