<div dir="ltr"><div class="gmail_extra">On Fri, Jan 11, 2013 at 5:23 PM, Adelbert Chang <span dir="ltr"><<a href="mailto:adelbertc@gmail.com" target="_blank">adelbertc@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I've been using Python for a while now but one of my concerns is if it is possible to have some sort of dependency management (not sure if right term) for Python?<br>
<br>
In the Scala language there is the Simple Build Tool that lets me specify on a project-by-project basis which libraries I want to use (provided they are in a central repository somewhere) and it will download them for me. Better yet, when a new version comes out I need only change the SBT configuration file for that project and it will download it for me.<br>


<br>
Is there something like this for Python. I am typically wary of downloading Python modules I use like NumPy, SciPy, NetworkX, etc because I want to be able to upgrade at any time and doing so seems to be a hassle - in fact, I am not entirely sure how to "upgrade".<br>


<br></blockquote><div><br></div><div style>Checkout PIP/setuptools and virtualenv </div><div style><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Thank you and regards,<br>
-Adelbert<br>
<span class="HOEnZb"><font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></span></blockquote></div><br></div></div>