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


Groups > comp.lang.python > #51711 > unrolled thread

Re: Using system python vs. updated/current version

Started byChris Angelico <rosuav@gmail.com>
First post2013-08-01 01:55 +0100
Last post2013-08-01 01:55 +0100
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.


Contents

  Re: Using system python vs. updated/current version Chris Angelico <rosuav@gmail.com> - 2013-08-01 01:55 +0100

#51711 — Re: Using system python vs. updated/current version

FromChris Angelico <rosuav@gmail.com>
Date2013-08-01 01:55 +0100
SubjectRe: Using system python vs. updated/current version
Message-ID<mailman.62.1375318511.1251.python-list@python.org>
On Wed, Jul 31, 2013 at 7:35 PM, memilanuk <memilanuk@gmail.com> wrote:
> Also... in some places in the 'Net I see references to installing
> everything 'locally' via pip, etc. in virtualenvs and not touching the
> system installed version of python... yet most linux distros seem to
> have many/most such packages available in their package repos, which
> seems like it'd be easier to install via the package manager and let it
> keep things updated.  Could someone touch on what they feel the pros and
> cons would be either way?

I personally like to compile some things from source (CPython, Pike,
etc - though not everything, I use a prepackaged PostgreSQL, for
instance). There's no harm in installing a new CPython on a Linux box
- just type 'sudo make altinstall' (or however you become root), and
it'll give you a binary called python3.4 or whatever version, without
touching your system Python. That lets you run as many versions as you
like, in parallel, though you may have issues running 3.3.0 and 3.3.2
(but there should be no reason to do so - just use 3.3.2).

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web