Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10371 > unrolled thread
| Started by | Sridhar Ratnakumar <sridhar.ratna@gmail.com> |
|---|---|
| First post | 2011-07-26 21:54 -0700 |
| Last post | 2011-07-26 21:54 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: ActivePython: multiple versions on OSX? Sridhar Ratnakumar <sridhar.ratna@gmail.com> - 2011-07-26 21:54 -0700
| From | Sridhar Ratnakumar <sridhar.ratna@gmail.com> |
|---|---|
| Date | 2011-07-26 21:54 -0700 |
| Subject | Re: ActivePython: multiple versions on OSX? |
| Message-ID | <mailman.1526.1311742485.1164.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web