guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installing python 2 and python 3 in the same profile


From: Hartmut Goebel
Subject: Re: installing python 2 and python 3 in the same profile
Date: Sun, 11 Mar 2018 14:30:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Am 11.03.2018 um 13:42 schrieb Pjotr Prins:
> But even in minor versions there are problems.

Yes, but it's not guix's job to solve the language programmer's problems.

Since quite some time, then python itnerpreters get installed as
"pythonX.Y", in addition to "pythonX" and "python". Thus it is perfectly
possible to install several version of python in parallel, give that one
decides which should mak to "pythonX" and which to "python".

The libraries are always installed into version-specific directories.

>  Ruby has those too, I
> know for a fact, though Python may be worse since it uses compiled
> sources.

As I've been told, it's worse in Ruby, since rube is using the same
gem-directories for all versions. In contrast, python uses different
(see above) and if you need to pin specific package versions, virtual
environments are for the rescue and quite light-weight.

Neverthelesse these are problems out of scope for guix :-)

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]