Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10371
| References | <j0l14e$cuh$1@dough.gmane.org> |
|---|---|
| Date | 2011-07-26 21:54 -0700 |
| Subject | Re: ActivePython: multiple versions on OSX? |
| From | Sridhar Ratnakumar <sridhar.ratna@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1526.1311742485.1164.python-list@python.org> (permalink) |
On Mon, Jul 25, 2011 at 5:18 PM, Robert <sigzero@gmail.com> 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: ActivePython: multiple versions on OSX? Sridhar Ratnakumar <sridhar.ratna@gmail.com> - 2011-07-26 21:54 -0700
csiph-web