Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Python': 0.05; 'repository': 0.05; 'dependency': 0.07; 'python': 0.09; 'cc:addr:python-list': 0.10; 'language': 0.14; 'scipy,': 0.16; 'wary': 0.16; 'wrote:': 0.17; 'specify': 0.17; 'jan': 0.18; '(not': 0.20; 'email addr:gmail.com>': 0.20; 'python?': 0.20; 'sort': 0.21; 'all,': 0.21; 'lets': 0.22; 'libraries': 0.22; 'cc:2**0': 0.23; "i've": 0.23; 'seems': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'fri,': 0.30; 'url:python': 0.32; 'file': 0.32; 'url:listinfo': 0.32; '11,': 0.33; 'typically': 0.33; 'skip:& 20': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'project': 0.34; 'doing': 0.35; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'tool': 0.36; 'but': 0.36; 'url:org': 0.36; 'modules': 0.36; 'thank': 0.36; 'possible': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'sure': 0.38; 'build': 0.39; 'header:Received:5': 0.40; 'url:mail': 0.40; 'management': 0.65; 'concerns': 0.65; 'fact,': 0.69; '2013': 0.84; 'hassle': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Zspj5g3Tw/vVHWDluh/8tXVcI0d2Ciw5KHoocizRsq0=; b=M5bVT3Qb/m+WcOToIJjZpDEi/MHUF64PEZ3GcFiSWouctX/2hec94zaJe3v0dgHIGl UgksTUYgPzAPBbCyANALgR7awu10pMX/IeehnW30dYE59OYtSO5R1WLKD89D0BU98+wL AFpJChsnjTGx6yj2GXzGiCsJE8DwWS932B1qkVrEz47JtD+iImCNs9f25ANkltQ6p2j3 5F88GnFI1mRYZMWRpsmcLcz4QaQwuBKzJHJh3gLHc9pxP5ATmi92Q0QFxosmOOC4B4tv vy3xwio5SPnftiVI7sqm2t0ZyVJyBaYN7hFm8hsFfkvO0YYTONo60c+HNJHqDVPwvftu /p2w== MIME-Version: 1.0 In-Reply-To: <6b91570c-9cf0-4caf-8727-b463c6d098cd@googlegroups.com> References: <6b91570c-9cf0-4caf-8727-b463c6d098cd@googlegroups.com> From: Rodrick Brown Date: Fri, 11 Jan 2013 17:34:40 -0500 Subject: Re: Dependency management in Python? To: Adelbert Chang Content-Type: multipart/alternative; boundary=f46d042f942877a9c604d30ae80b Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 77 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357943718 news.xs4all.nl 6978 [2001:888:2000:d::a6]:58184 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36651 --f46d042f942877a9c604d30ae80b Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jan 11, 2013 at 5:23 PM, Adelbert Chang wrote: > Hi all, > > 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? > > 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. > > 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". > > Checkout PIP/setuptools and virtualenv > Thank you and regards, > -Adelbert > -- > http://mail.python.org/mailman/listinfo/python-list > --f46d042f942877a9c604d30ae80b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Fri, Jan 11, 2013 at 5:23 PM= , Adelbert Chang <adelbertc@gmail.com> wrote:
Hi all,

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 t= erm) for Python?

In the Scala language there is the Simple Build Tool that lets me specify o= n a project-by-project basis which libraries I want to use (provided they a= re in a central repository somewhere) and it will download them for me. Bet= ter yet, when a new version comes out I need only change the SBT configurat= ion file for that project and it will download it for me.

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".


Checkout PIP/setuptools and virt= ualenv=A0

=A0
Thank you and regards,
-Adelbert
--
http://mail.python.org/mailman/listinfo/python-list

--f46d042f942877a9c604d30ae80b--