<?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>Thu, 11 Feb 2010 00:42:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<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&#39;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"></a><a href="http://blog.captnswing.net/2009/04/19/python-mo.." rel="nofollow">http://blog.captnswing.net/2009/04/19/python-mo..</a>.</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 &#8220;common things&#8221; &#8211; installing them into the central location (e.g. /bin) means that when I call nose, I am calling nose that&#39;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&#39;m curious how you handle your &#8220;almost always used&#8221; 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, &#8220;Cool!  I&#39;ll just install nose, et al in my default virtualenv and add them to other virtualenvs as necessary.&#8221;  Alas, that doesn&#39;t work very well for packages like nose that have entry points in bin/ &#8211; 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 &#8220;egregiously modify&#8221; your pristine site-packages/, or is there another option I&#39;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 &#8220;source /Library/Frameworks/Python.framework/Versions/2.6/bin/virtualenvwrapper_bashrc&#8221; line and reload everything to exclude the possibility it&#39;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 &#8220;illegal option&#8221;. The .bash_profile has been modified as you instructed to reflect the path as outlined:</p>
<p>&gt;&gt;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&lt;&lt;</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 &#8212; 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>
	<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-69496</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Sun, 05 Apr 2009 05:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=518#comment-69496</guid>
		<description>OK, I&#039;m doing things the &quot;right&quot; way and haven&#039;t budged past the point where I last understood what I was doing. Therefore: I ask this very simple Q what does,  &quot;Do the following â€œ. ~/.bash_profileâ€ - this sources the profile and changes your environment.&quot;, mean exactly? &lt;br&gt;&lt;br&gt;Am I supposed to be in Terminal? Do I run a command? Do means many things, but here evidently for me it&#039;s ambiguous. What I gist from it is that when I run a new window in Term, I&#039;ll get references to the later version of Python, correct?&lt;br&gt;&lt;br&gt;Other than that, I am on board and look forward to working with Python 2.61(2)&lt;br&gt;&lt;br&gt;Thanks for your contributions!&lt;br&gt;&lt;br&gt;Pat</description>
		<content:encoded><![CDATA[<p>OK, I&#39;m doing things the &#8220;right&#8221; way and haven&#39;t budged past the point where I last understood what I was doing. Therefore: I ask this very simple Q what does,  &#8220;Do the following â€œ. ~/.bash_profileâ€ &#8211; this sources the profile and changes your environment.&#8221;, mean exactly? </p>
<p>Am I supposed to be in Terminal? Do I run a command? Do means many things, but here evidently for me it&#39;s ambiguous. What I gist from it is that when I run a new window in Term, I&#39;ll get references to the later version of Python, correct?</p>
<p>Other than that, I am on board and look forward to working with Python 2.61(2)</p>
<p>Thanks for your contributions!</p>
<p>Pat</p>
]]></content:encoded>
	</item>
</channel>
</rss>
