Message340497
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2019-04-18.15:09:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1555600161.91.0.709866046576.issue36659@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Output with attached PR 12876: $ /opt/py38/bin/python3.8 -m venv opt_env $ opt_env/bin/python -m pip install lxml $ objdump -a -x $(opt_env/bin/python -c 'import lxml.etree; print(lxml.etree.__file__)')|grep -i rpath RPATH /opt/py38/lib/ ... Oops, the RPATH is still here. Maybe I misunderstood the purpose of the change :-( |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-18 15:09:21 | vstinner | set | recipients: + vstinner |
| 2019-04-18 15:09:21 | vstinner | set | messageid: <1555600161.91.0.709866046576.issue36659@roundup.psfhosted.org> |
| 2019-04-18 15:09:21 | vstinner | link | issue36659 messages |
| 2019-04-18 15:09:21 | vstinner | create | |