<?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"
	>
<channel>
	<title>Comments on: Installing Django on OS X Leopard</title>
	<atom:link href="http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/</link>
	<description>So I don't have to figure things out more than once.</description>
	<pubDate>Tue, 30 Sep 2008 23:37:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-20379</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 16 Jul 2008 02:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-20379</guid>
		<description>&lt;p&gt;Added the trailing slash.  Thanks, Phil.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Added the trailing slash.  Thanks, Phil.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-16299</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 30 May 2008 10:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-16299</guid>
		<description>&lt;p&gt;Trey:&lt;/p&gt;

&lt;p&gt;You might want to add a trailing slash to this command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;sudo ln -s /usr/local/django/trunk/django/bin/django-admin.py /usr/local/bin&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;As it won't create the symlink properly - it'll link &lt;code&gt;django-admin.py&lt;/code&gt; to &lt;code&gt;/usr/local/bin&lt;/code&gt; instead of &lt;code&gt;/usr/local/bin/django-admin.py&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Trey:</p>

<p>You might want to add a trailing slash to this command:</p>

<pre><code>sudo ln -s /usr/local/django/trunk/django/bin/django-admin.py /usr/local/bin</code></pre>

<p>As it won&#8217;t create the symlink properly - it&#8217;ll link <code>django-admin.py</code> to <code>/usr/local/bin</code> instead of <code>/usr/local/bin/django-admin.py</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Calleiro</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-15036</link>
		<dc:creator>Jason Calleiro</dc:creator>
		<pubDate>Wed, 14 May 2008 03:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-15036</guid>
		<description>&lt;p&gt;Im going crazy here, maybe you can help. I installed django and everything through macports in the first tutorial i found. Later i realized that the version of python it installed was 2.4, i like the idea of being up to date with the latest. I followed your first couple commands and everything seems cool. I notice though that when i type python into the terminal it says "python 2.4.5".&lt;/p&gt;

&lt;p&gt;Then when i typed the next command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I get:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Do you know how i can get it back to python 2.5 before moving forward with the rest of the installation tutorial.&lt;/p&gt;

&lt;p&gt;Thanks to you or anyone that helps out in advance.&lt;/p&gt;

&lt;p&gt;ps.
I removed macports.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Im going crazy here, maybe you can help. I installed django and everything through macports in the first tutorial i found. Later i realized that the version of python it installed was 2.4, i like the idea of being up to date with the latest. I followed your first couple commands and everything seems cool. I notice though that when i type python into the terminal it says &#8220;python 2.4.5&#8243;.</p>

<p>Then when i typed the next command:</p>

<pre><code>python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
</code></pre>

<p>I get:</p>

<pre><code>/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages
</code></pre>

<p>Do you know how i can get it back to python 2.5 before moving forward with the rest of the installation tutorial.</p>

<p>Thanks to you or anyone that helps out in advance.</p>

<p>ps.
I removed macports.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: stephhan</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-14005</link>
		<dc:creator>stephhan</dc:creator>
		<pubDate>Fri, 25 Apr 2008 15:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-14005</guid>
		<description>&lt;p&gt;i get sudo: svn: command not found&lt;/p&gt;

&lt;p&gt;i am on 10.4 with xcode installed. thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i get sudo: svn: command not found</p>

<p>i am on 10.4 with xcode installed. thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13366</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13366</guid>
		<description>&lt;p&gt;I had an unsuccessful install of Python before, i cleaned it up and got it working. Now i cant get the MySQL module to function... not even sure the errors i am getting yet. THANKS&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I had an unsuccessful install of Python before, i cleaned it up and got it working. Now i cant get the MySQL module to function&#8230; not even sure the errors i am getting yet. THANKS</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13363</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13363</guid>
		<description>&lt;p&gt;@Zach - What folder are you in when you are entering the &lt;code&gt;ln -s&lt;/code&gt; command?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Zach - What folder are you in when you are entering the <code>ln -s</code> command?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13360</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 14 Apr 2008 18:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13360</guid>
		<description>&lt;p&gt;after executing: 
ln -s /usr/local/django/trunk/django/bin/django-admin.py django-admin.py
i get "file exists"&lt;/p&gt;

&lt;p&gt;i then also get -bash: django-admin.py: command not found&lt;/p&gt;

&lt;p&gt;after running django-admin.py startproject project_name .&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>after executing: 
ln -s /usr/local/django/trunk/django/bin/django-admin.py django-admin.py
i get &#8220;file exists&#8221;</p>

<p>i then also get -bash: django-admin.py: command not found</p>

<p>after running django-admin.py startproject project_name .</p>

<p>Any ideas?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13222</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 11 Apr 2008 17:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13222</guid>
		<description>&lt;p&gt;Got it. Thanks Trey!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Got it. Thanks Trey!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13220</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13220</guid>
		<description>&lt;p&gt;You need to create that directory and put it on your system path.  I refer you to &lt;a href="http://hivelogic.com/articles/using_usr_local/"&gt;this article&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need to create that directory and put it on your system path.  I refer you to <a href="http://hivelogic.com/articles/using_usr_local/">this article</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13200</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 11 Apr 2008 06:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/2008/02/26/installing-django-on-os-x-leopard/#comment-13200</guid>
		<description>&lt;p&gt;I'm getting: &lt;code&gt;-bash: cd: /usr/local/bin: Not a directory&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting: <code>-bash: cd: /usr/local/bin: Not a directory</code></p>]]></content:encoded>
	</item>
</channel>
</rss>
