Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44943
| References | <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com> <roy-C81859.19595207052013@news.panix.com> |
|---|---|
| Date | 2013-05-08 08:07 +0100 |
| Subject | Re: multiple versions of python |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1443.1367996848.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On 8 May 2013 01:03, "Roy Smith" <roy@panix.com> wrote: > > In article <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com>, > sokovic.anamarija@gmail.com wrote: > > > Hi, > > > > what is the generally recommended structure when we have into play this type > > of problem: > > multiple versions of python (both in the sense of main versions and sub > > versions, e.g., > > 2.7 : > > 2.7.1 > > 2.7.3 > > 3: > > 3.3 > > 3.3.1 > > Different versions of gcc > > different compilation strategies (-vanilla and non-vanilla) > > different modules (numpy,scipy) together with the different versions of all > > the rest. > > > > any help is appreciated > > > > Ana > > Virtualenv is your friend. > -- > http://mail.python.org/mailman/listinfo/python-list Have you looked at tox? It manages a folder full of virtualenvs for you, including your dependencies, and allows you to run your tests against every version.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
multiple versions of python sokovic.anamarija@gmail.com - 2013-05-07 15:26 -0700
Re: multiple versions of python Roy Smith <roy@panix.com> - 2013-05-07 19:59 -0400
Re: multiple versions of python Fábio Santos <fabiosantosart@gmail.com> - 2013-05-08 08:07 +0100
Re: multiple versions of python "Colin J. Williams" <cjw@ncf.ca> - 2013-05-07 21:35 -0400
Re: multiple versions of python Roy Smith <roy@panix.com> - 2013-05-07 21:38 -0400
Re: multiple versions of python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-08 03:25 +0100
csiph-web