[Bugs] [Bug 1510685] Python modules not found when multiple versions of Python installed

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 17 10:14:24 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1510685

Aravinda VK <avishwan at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(avishwan at redhat.c |
                   |om)                         |



--- Comment #4 from Aravinda VK <avishwan at redhat.com> ---
(In reply to Yaniv Kaul from comment #3)
> Where is it upstream?


Product and version of bug is changed to upstream

> Product: Red Hat Gluster Storage → GlusterFS
> Version: unspecified → mainline

site-lib directory to install python library is fetched using below command in
glusterfs spec
file(https://github.com/gluster/glusterfs/blob/master/glusterfs.spec.in#L165).

```
%{!?python2_sitelib: %global python2_sitelib %(python2 -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
```

If rpms are built with Python 2.6(May be default in build machine) then after
gluster rpms install it will install to the same directory even though User
installed the newer version of Python.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list