<?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: So you want to use python on the mac?</title>
	<atom:link href="http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Mon, 02 Jan 2012 09:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-139157</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-139157</guid>
		<description>Fixed</description>
		<content:encoded><![CDATA[<p>Fixed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niklas</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-139158</link>
		<dc:creator>Niklas</dc:creator>
		<pubDate>Mon, 20 Apr 2009 22:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-139158</guid>
		<description>Hello, thanks for a nice and clean way to run python. However, WORKON_HOME needs to be set before virtualenv_wrapper is sourced, otherwise it won&#039;t have any effect.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for a nice and clean way to run python. However, WORKON_HOME needs to be set before virtualenv_wrapper is sourced, otherwise it won’t have any effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-70865</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-70865</guid>
		<description>Fixed</description>
		<content:encoded><![CDATA[<p>Fixed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: captnswing</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-70760</link>
		<dc:creator>captnswing</dc:creator>
		<pubDate>Sun, 19 Apr 2009 10:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-70760</guid>
		<description>I think I managed to get a full 64bit python web stack on OS X 10.5. &lt;br&gt;&lt;br&gt;see here &lt;a href=&quot;http://blog.captnswing.net/2009/04/19/python-mod_wsgi-64bit-mac-os-x-105/&quot; rel=&quot;nofollow&quot;&gt;http://blog.captnswing.net/2009/04/19/python-mo...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I think I managed to get a full 64bit python web stack on OS X 10.5. </p>
<p>see here <a href="http://blog.captnswing.net/2009/04/19/python-mod_wsgi-64bit-mac-os-x-105/" rel="nofollow">http://blog.captnswing.net/2009/04/19/python-mo…</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Baker</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-160289</link>
		<dc:creator>Jason Baker</dc:creator>
		<pubDate>Sat, 18 Apr 2009 18:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-160289</guid>
		<description>Minor correction:  OS X comes with Python 2.5.1 by default, not Python 2.5.2.</description>
		<content:encoded><![CDATA[<p>Minor correction:  OS X comes with Python 2.5.1 by default, not Python 2.5.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-70134</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-70134</guid>
		<description>An additional bootstrap script I have adds in the &quot;common things&quot; - installing them into the central location (e.g. /bin) means that when I call nose, I am calling nose that&#039;s installed against an interpreter I may not be using (e.g., 2.5 vs. 2.6). See also the postmkvirtualenv hook for virtualenvwrapper, which could be used to exec commands, rather than just change settings. I have a script which I run by hand though</description>
		<content:encoded><![CDATA[<p>An additional bootstrap script I have adds in the “common things” — installing them into the central location (e.g. /bin) means that when I call nose, I am calling nose that’s installed against an interpreter I may not be using (e.g., 2.5 vs. 2.6). See also the postmkvirtualenv hook for virtualenvwrapper, which could be used to exec commands, rather than just change settings. I have a script which I run by hand though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Latornell</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-70133</link>
		<dc:creator>Doug Latornell</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-70133</guid>
		<description>I&#039;m curious how you handle your &quot;almost always used&quot; tools in this virtualenv setup?  In my case those are things like nose, coverage, ipython, and Sphinx.  I saw the add2virtualenv command in virtualenvwrapper and thought, &quot;Cool!  I&#039;ll just install nose, et al in my default virtualenv and add them to other virtualenvs as necessary.&quot;  Alas, that doesn&#039;t work very well for packages like nose that have entry points in bin/ - the she-bang path has to be edited so that it points to the correct place, or I get import errors.&lt;br&gt;&lt;br&gt;So, do you install nose in every virtualenv you create, or do you &quot;egregiously modify&quot; your pristine site-packages/, or is there another option I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>I’m curious how you handle your “almost always used” tools in this virtualenv setup?  In my case those are things like nose, coverage, ipython, and Sphinx.  I saw the add2virtualenv command in virtualenvwrapper and thought, “Cool!  I’ll just install nose, et al in my default virtualenv and add them to other virtualenvs as necessary.”  Alas, that doesn’t work very well for packages like nose that have entry points in bin/ — the she-bang path has to be edited so that it points to the correct place, or I get import errors.</p>
<p>So, do you install nose in every virtualenv you create, or do you “egregiously modify” your pristine site-packages/, or is there another option I’m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-69667</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-69667</guid>
		<description>Comment out the &quot;source /Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc&quot; line and reload everything to exclude the possibility it&#039;s a bug in virtualenv wrapper first</description>
		<content:encoded><![CDATA[<p>Comment out the “source /Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc” line and reload everything to exclude the possibility it’s a bug in virtualenv wrapper first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-69666</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 07 Apr 2009 16:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-69666</guid>
		<description>Hi Jesse!&lt;br&gt;&lt;br&gt;Hey I am almost home. I can switch between Py 2.5 and 2.6. It seems to work well. However, there seems to be a bit of a snag with the &quot;illegal option&quot;. The .bash_profile has been modified as you instructed to reflect the path as outlined:&lt;br&gt;&lt;br&gt;&gt;&gt;export PATH=/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/local/bin:$PATH&lt;br&gt;source /Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc&lt;br&gt;export WORKON_HOME=$HOME/virtualenvs&lt;&lt;&lt;br&gt;&lt;br&gt;However, I get this message from my term window on open.&lt;br&gt;Last login: Tue Apr  7 09:11:58 on ttys002&lt;br&gt;dirname: illegal option -- b&lt;br&gt;usage: dirname path&lt;br&gt;p-ws-mac-mini:~ pw$ &lt;br&gt;&lt;br&gt;I had another error message before I added the (.) creating an invisible dir. I cannot glean where this is coming from.&lt;br&gt;&lt;br&gt;All else appears to function as you have outlined. &lt;br&gt;&lt;br&gt;Thanks for your help.&lt;br&gt;&lt;br&gt;Pat</description>
		<content:encoded><![CDATA[<p>Hi Jesse!</p>
<p>Hey I am almost home. I can switch between Py 2.5 and 2.6. It seems to work well. However, there seems to be a bit of a snag with the “illegal option”. The .bash_profile has been modified as you instructed to reflect the path as outlined:</p>
<p>»export PATH=/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/local/bin:$PATH<br />source /Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc<br />export WORKON_HOME=$HOME/virtualenvs«</p>
<p>However, I get this message from my term window on open.<br />Last login: Tue Apr  7 09:11:58 on ttys002<br />dirname: illegal option — b<br />usage: dirname path<br />p-ws-mac-mini:~ pw$ </p>
<p>I had another error message before I added the (.) creating an invisible dir. I cannot glean where this is coming from.</p>
<p>All else appears to function as you have outlined. </p>
<p>Thanks for your help.</p>
<p>Pat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/03/16/so-you-want-to-use-python-on-the-mac/comment-page-1/#comment-69497</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sun, 05 Apr 2009 12:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-69497</guid>
		<description>Yes, you need to be in terminal, and type that command. Everything I&lt;br&gt;outlines here is in terminal.app</description>
		<content:encoded><![CDATA[<p>Yes, you need to be in terminal, and type that command. Everything I<br />outlines here is in terminal.app</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 728/728 objects using disk: basic

Served from: jessenoller.com @ 2012-02-08 01:54:59 -->
