Re: installing pycairo1.10 failed

Lawrence D'Oliveiro <[email protected]>
Newsgroups gmane.comp.lib.cairo
Organization Geek Central
Message-ID <[email protected]>
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@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@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@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@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.
-- 
cairo mailing list
[email protected]
https://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.