Re: [Python-Dev] Starting CPython development w/ Docker

2015-04-21 Thread Ezio Melotti
On Mon, Apr 20, 2015 at 3:52 PM, Saul Shanabrook wrote: > I started trying some CPythong development a week ago at PyCon and first got > testing working using Docker on my mac. This had the advantage of not having > to worry about installing and dependencies, and also let me test on > different Py

Re: [Python-Dev] Starting CPython development w/ Docker

2015-04-20 Thread Carol Willing
On 4/20/15 7:52 AM, Brett Cannon wrote: On Mon, Apr 20, 2015 at 10:44 AM Saul Shanabrook mailto:s.shanabr...@gmail.com>> wrote: I started trying some CPythong development a week ago at PyCon and first got testing working using Docker on my mac. This had the advantage of not having

Re: [Python-Dev] Starting CPython development w/ Docker

2015-04-20 Thread Saul Shanabrook
On Mon, Apr 20, 2015 at 12:13 PM Carol Willing < willi...@willingconsulting.com> wrote: > On 4/20/15 7:52 AM, Brett Cannon wrote: > > > On Mon, Apr 20, 2015 at 10:44 AM Saul Shanabrook > wrote: > >> I started trying some CPythong development a week ago at PyCon and first >> got testing working us

Re: [Python-Dev] Starting CPython development w/ Docker

2015-04-20 Thread Christian Heimes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2015-04-20 15:52, Saul Shanabrook wrote: > I started trying some CPythong development a week ago at PyCon and > first got testing working using Docker on my mac. This had the > advantage of not having to worry about installing and dependencies, >

Re: [Python-Dev] Starting CPython development w/ Docker

2015-04-20 Thread Brett Cannon
On Mon, Apr 20, 2015 at 10:44 AM Saul Shanabrook wrote: > I started trying some CPythong development a week ago at PyCon and first > got testing working using Docker on my mac. This had the advantage of not > having to worry about installing and dependencies, and also let me test on > different P