[cairo] installing pycairo1.10 failed

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Thu Apr 6 08:04:41 UTC 2017


On Thu, 06 Apr 2017 06:17:16 +0000, the Adib wrote:

> Anaconda ... allows to have side installation of different Python
> versions and python modules versions.

Linux distros already allow you to do that:

    ldo at theon:~> python3.2
    Python 3.2.4 (default, May  8 2013, 20:55:18) 
    [GCC 4.7.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 
    ldo at theon:~> python3.3
    Python 3.3.5 (default, Mar 22 2014, 13:24:53) 
    [GCC 4.8.2] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 
    ldo at theon:~> python3.4
    Python 3.4.4 (default, Apr 17 2016, 16:02:33) 
    [GCC 5.3.1 20160409] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 
    ldo at theon:~> python3.5
    Python 3.5.3 (default, Jan 19 2017, 14:11:04) 
    [GCC 6.3.0 20170118] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> 

> The installation is usually per user.

That’s what virtualenv is for. Again, it’s a standard feature.


More information about the cairo mailing list