<?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>All My Brain &#187; virtual python</title>
	<atom:link href="http://allmybrain.com/tag/virtual-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sun, 15 Apr 2012 23:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Python install system needs an overhaul</title>
		<link>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/</link>
		<comments>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:58:41 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=322</guid>
		<description><![CDATA[Perhaps this is more of a rant than a useful blog post. I do plan on posting something useful though, so bear with me. First, a little background. I've been working on installing a website based on Django for the last while. As part of the process, I wanted to bring in all the dependencies [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Multiple Python Environments With Gentoo</title>
		<link>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/</link>
		<comments>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 18:09:18 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=91</guid>
		<description><![CDATA[It's been some time since Python 2.5 became stable and released. Version 2.5 has plenty of new features that have helped me in deciding that it was time to go ahead and start using it for primary development of all my new projects. One of the reasons I was still using version 2.4 is that [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/04/25/using-multiple-python-environments-with-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Hosting TurboGears Applications on Mac OS X Leopard</title>
		<link>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/</link>
		<comments>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 23:22:52 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[fink]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[turbogears]]></category>
		<category><![CDATA[virtual hosts]]></category>
		<category><![CDATA[virtual python]]></category>
		<category><![CDATA[virtualenv]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/</guid>
		<description><![CDATA[For a couple years now, I've been learning and applying various tricks for developing and hosting multiple Python web sites on my development machines. During that time, I made a migration to Mac OS X. Most setup files for python applications and libraries work out of the box on the Linux distributions I've tried. For [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/16/virtual-hosting-turbogears-applications-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gentoo Init Scripts for Cherrypy</title>
		<link>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/</link>
		<comments>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 17:29:47 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[startup scripts]]></category>
		<category><![CDATA[turbogears]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/</guid>
		<description><![CDATA[A few of the web applications I am hosting/developing are written with TurboGears which uses Cherrypy as its applications server. I have a couple things that need fixed for hosting CherryPy web applications on my Gentoo systems. First, there are no init scripts for CherryPy. Second, I'm running mulitple web applications per machine. I run [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/08/gentoo-init-scripts-for-cherrypy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

