Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'skip:` 10': 0.07; 'scripts': 0.09; 'url:activestate': 0.09; 'url:github': 0.09; '25,': 0.12; 'wrote:': 0.15; 'subject:ActivePython': 0.16; 'subject:versions': 0.16; 'mon,': 0.16; 'pm,': 0.16; 'appropriate': 0.20; 'header:In-Reply-To:1': 0.22; 'moreover,': 0.23; 'received:209.85.212.46': 0.23; 'received:mail- vw0-f46.google.com': 0.23; 'framework': 0.28; 'message- id:@mail.gmail.com': 0.28; 'version': 0.30; 'subject:?': 0.31; 'to:addr:python-list': 0.34; 'received:209.85.212': 0.34; 'install': 0.36; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'sets': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'called': 0.40; 'series': 0.66; 'easy_install': 0.84; 'targeting': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UrCdoxJXuWSaIEmNinjgD6/5av3bmDCejvO4b331ARw=; b=KP/qqprYgI9lWOunNvuGRWdg/ojKWzXv2Ue06OHwp1rAblybgNF1cotK+95Y7b6LQh mJlwvdGEwdd69LOApQIRa8/ll5ErucLldXWMuRlO91Pk0GCSPZlH9NqWJdEk47f7lDwm RiwGwGgGfrbWSNFyNdf20F+XJMA50CrrjPEzc= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 26 Jul 2011 21:54:42 -0700 Subject: Re: ActivePython: multiple versions on OSX? From: Sridhar Ratnakumar To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311742485 news.xs4all.nl 23922 [2001:888:2000:d::a6]:40684 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10371 On Mon, Jul 25, 2011 at 5:18 PM, Robert wrote: > Is it possible to install the 2 and 3 series side by side? > Yup. Moreover, ActivePython includes a tool called `pythonselect` that can be used to set the "current" version of Python, https://github.com/ActiveState/pythonselect#readme For OSX, this basically sets symlinks in /usr/local/bin targeting the appropriate Framework location. The included pip and easy_install scripts are versioned, eg: pip-2.7 and pip-3.2. -srid