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


Groups > comp.lang.python > #44936

Re: multiple versions of python

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: multiple versions of python
Date 2013-05-08 03:25 +0100
References <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com> <kmca64$pd3$1@theodyn.ncf.ca>
Newsgroups comp.lang.python
Message-ID <mailman.1439.1367979941.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 08/05/2013 02:35, Colin J. Williams wrote:
> 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.

In which case you'll normally be doing a binary installation.  If you're 
compiling it's more likely to be VC++ not gcc.

-- 
If you're using GoogleCrap™ please read this 
http://wiki.python.org/moin/GoogleGroupsPython.

Mark Lawrence

Back to comp.lang.python | Previous | NextPrevious 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