Message399315
| Author | vstinner |
|---|---|
| Recipients | dstufft, eric.araujo, frenzy, uranusjr, vstinner |
| Date | 2021-08-10.11:11:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1628593860.62.0.895308613487.issue44860@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
sys.platlibdir was introduced to install libraries in /usr/lib64 rather than /usr/lib. I'm not sure if it should be used to install libraries in $HOME/.local/lib64 rather than $HOME/.local/lib. Previously, Fedora already used $HOME/.local/lib and $HOME/.local/lib64 is not in the sys.path. Does the site module add $HOME/.local/lib64 to sys.path if it exists? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-10 11:11:00 | vstinner | set | recipients: + vstinner, eric.araujo, dstufft, uranusjr, frenzy |
| 2021-08-10 11:11:00 | vstinner | set | messageid: <1628593860.62.0.895308613487.issue44860@roundup.psfhosted.org> |
| 2021-08-10 11:11:00 | vstinner | link | issue44860 messages |
| 2021-08-10 11:11:00 | vstinner | create | |