Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44936
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'binary': 0.07; 'problem:': 0.07; 'versions,': 0.07; 'e.g.,': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sub': 0.09; 'python': 0.11; '2.7': 0.14; '(both': 0.16; '2.7.3': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:versions': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'header :User-Agent:1': 0.23; 'compilation': 0.24; 'url:moin': 0.24; 'williams': 0.24; 'versions': 0.24; 'appreciated': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'generally': 0.29; 'url:wiki': 0.31; 'gcc': 0.31; 'url:python': 0.33; 'sense': 0.34; 'really': 0.36; 'doing': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'structure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; "you're": 0.61; "you'll": 0.62; 'email addr:gmail.com': 0.63; 'more': 0.64; 'different': 0.65; 'charset:windows-1252': 0.65; 'strategies': 0.77; '2.7.1': 0.84; '3.3.1': 0.84; 'ana': 0.84; 'compiling': 0.84; 'received:2': 0.84; 'typically,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: multiple versions of python |
| Date | Wed, 08 May 2013 03:25:24 +0100 |
| References | <72f93710-9812-441e-8d3d-f221d5698f69@googlegroups.com> <kmca64$pd3$1@theodyn.ncf.ca> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | host-2-98-196-142.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 |
| In-Reply-To | <kmca64$pd3$1@theodyn.ncf.ca> |
| X-Antivirus | avast! (VPS 130507-2, 08/05/2013), Outbound message |
| X-Antivirus-Status | Clean |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1439.1367979941.3114.python-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367979941 news.xs4all.nl 15917 [2001:888:2000:d::a6]:42112 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44936 |
Show key headers only | 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 | Next — Previous 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