[Chicago] deploying django apps, first steps for newbie

Brian Curtin brian at python.org
Wed Nov 20 18:59:21 CET 2013


On Wed, Nov 20, 2013 at 11:24 AM, sheila miguez <shekay at pobox.com> wrote:
>
>
>
> On Wed, Nov 20, 2013 at 11:10 AM, Brian Curtin <brian at python.org> wrote:
>>
>> On Wed, Nov 20, 2013 at 11:09 AM, Brian Curtin <brian at python.org> wrote:
>> > On Wed, Nov 20, 2013 at 10:46 AM, sheila miguez <shekay at pobox.com>
>> > wrote:
>> >> (assuming there is some reason I wouldn't want to use a
>> >> distro's package? is there?)
>> >
>> > None whatsoever.
>>
>> Er, to clarify: don't use distro packages.
>
>
> I'm confused, do you mean don't use distro packages for something like
> psycopg2? I use pip for everything now, but was wondering whether I should
> treat that one differently.

I wouldn't use a distro package for anything. Distro packages are for
the distro.

Pin specific versions of all of your dependencies and build your
environment with pip, and you'll never be surprised or broken by
someone else's changes to the distro.


More information about the Chicago mailing list