This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients mcepl, vstinner
Date 2018-07-04.15:50:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530719434.17.0.56676864532.issue34032@psf.upfronthosting.co.za>
In-reply-to
Content
Hum. I'm not sure about "unix_home" scheme in distutils. It seems like Fedora still writes files into $HOME/.../lib/... and not $HOME/.../lib64/.... Example on Fedora 28:

vstinner@apu$ python3 -m pip install --user greenlet
Collecting greenlet
  Using cached https://files.pythonhosted.org/packages/dd/ce/7b3a19a3eb8c79e6237ba1fb7a8729b39034dd2de8753b8d27e5abc59fd5/greenlet-0.4.13-cp36-cp36m-manylinux1_x86_64.whl
Installing collected packages: greenlet
Successfully installed greenlet-0.4.13
vstinner@apu$ python3 -m pip uninstall greenlet
Uninstalling greenlet-0.4.13:
  Would remove:
    /home/vstinner/.local/include/python3.6m/greenlet/greenlet.h
    /home/vstinner/.local/lib/python3.6/site-packages/greenlet-0.4.13.dist-info/*
    /home/vstinner/.local/lib/python3.6/site-packages/greenlet.cpython-36m-x86_64-linux-gnu.so
Proceed (y/n)?
History
Date User Action Args
2018-07-04 15:50:34vstinnersetrecipients: + vstinner, mcepl
2018-07-04 15:50:34vstinnersetmessageid: <1530719434.17.0.56676864532.issue34032@psf.upfronthosting.co.za>
2018-07-04 15:50:34vstinnerlinkissue34032 messages
2018-07-04 15:50:34vstinnercreate