<div>Hi Tim, </div>
<div>  I just use vertual env for this sort of thing, as you mention.  Setting it up is pretty simple.  I made a few notes about it here (just basic notes):</div>
<div> </div>
<div><a href="http://jazstudios.blogspot.com/2010/01/python-virtual-env.html">http://jazstudios.blogspot.com/2010/01/python-virtual-env.html</a><br></div>
<div>The hardest part is getting the dependencies in order, once you execute the &quot;activate&quot; command of the virtual env to set the paths to the virtual instance, you can just run the setup.py or easy_install to install to install everything you need in the virtual env. </div>

<div> </div>
<div>For the last year or so on my Mac, I&#39;ve also been using the macports version of python to do a lot of my work.  macports has several versions: python2.4, python2.5, python2.6, python3.0, etc. and all of the ports packages for each version have a version number for the suffix.  Kind of messy, I agree, but quick and easy (slightly easier than virtualenv perhaps).  </div>

<div> </div>
<div>Hope this helps,<br>Joe</div>
<div><br> </div>
<div class="gmail_quote">On Thu, Jan 28, 2010 at 9:06 AM, Tim Head <span dir="ltr">&lt;<a href="mailto:betatim@gmail.com">betatim@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello all,<br><br>I acquired a mac yesterday and want to install python ;))<br><br>While I could just download it from <a href="http://python.org/" target="_blank">python.org</a> I could be more complicated ...<br>
<br>I remember reading a blog post several months (or even years??) back<br>by someone explaining how he had come up with this clever way of<br>having multiple versions of python installed in parallel, without ever<br>interfering with the python installed by mac and using virtualenv to<br>
keep the installed packages nice and tidy and make it super easy to<br>create quickly a brandnew sandboed python.<br><br>Sounds like the holy land? Yes if only I could remember enough details<br>to actually find this post again :((<br>
<br>Does anyone on the list have an idea what I am talking about and could<br>point me in the right direction or directly give some advice on python<br>on mac?<br><br>Thank you,<br>Tim<br>ps. I come from gentoo and am already badly missing portage, are<br>
macports and fink really the best mac can do on that front?<br><font color="#888888"><br>--<br><a href="http://tim.jottit.com/" target="_blank">http://tim.jottit.com/</a><br>_______________________________________________<br>
Chicago mailing list<br><a href="mailto:Chicago@python.org">Chicago@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/chicago" target="_blank">http://mail.python.org/mailman/listinfo/chicago</a><br></font></blockquote>
</div><br><br clear="all"><br>-- <br>Joe J. Jasinski<br><a href="http://www.joejasinski.com">www.joejasinski.com</a><br>