Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44929

Re: multiple versions of python

From "Colin J. Williams" <cjw@ncf.ca>
Newsgroups comp.lang.python
Subject Re: multiple versions of python
Date 2013-05-07 21:35 -0400
Organization National Capital Freenet, Ottawa, Ontario, Canada
Message-ID <kmca64$pd3$1@theodyn.ncf.ca> (permalink)
References <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com>

Show all headers | View raw


On 07/05/2013 6:26 PM, 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
>
Do you really need more than 2.7.3  and 3.3.1.

Typically, these go to C:\Python27 and C:\Python33 with windows.

Colin W.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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