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


Groups > comp.lang.python > #44917

Re: multiple versions of python

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: multiple versions of python
Date 2013-05-07 19:59 -0400
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-C81859.19595207052013@news.panix.com> (permalink)
References <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com>

Show all headers | View raw


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.

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