:: Re: [DNG] How bad would it be to re…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: fsmithred
Date:  
À: dng
Sujet: Re: [DNG] How bad would it be to require Python3?
On 08/21/2016 02:57 AM, Steve Litt wrote:

>> What do you mean by "default"? There is no default (other than
>> between versions of python 2 and between versions of python 3), these
>> two are fully coinstallable,
>
> When you do a plain vanilla, follow every default installation of
> Devuan, which gets installed:
>
> 1. Python 2?
> 2. Python 3?
> 3. Python 2 and 3?
> 4. Neither?
>
>



You get both python2.7 and python3.4 with the default desktop install of
devuan beta. I guess the default version would be the one that
/usr/bin/python points to, which is currently 2.7.

$ ls -l /usr/bin/python*
lrwxrwxrwx 1 root root       9 Mar 16  2015 /usr/bin/python -> python2.7
lrwxrwxrwx 1 root root       9 Mar 16  2015 /usr/bin/python2 -> python2.7
-rwxr-xr-x 1 root root 3785928 Mar  1  2015 /usr/bin/python2.7
lrwxrwxrwx 1 root root       9 Nov 30  2014 /usr/bin/python3 -> python3.4
-rwxr-xr-x 1 root root 4476488 Oct  8  2014 /usr/bin/python3.4
-rwxr-xr-x 1 root root 4476488 Oct  8  2014 /usr/bin/python3.4m
lrwxrwxrwx 1 root root      10 Nov 30  2014 /usr/bin/python3m -> python3.4m



-fsr