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.

classification
Title: Using relative path as a --prefix during configure.
Type: behavior Stage:
Components: Build Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Sankark, eric.araujo
Priority: normal Keywords:

Created on 2020-01-21 07:52 by Sankark, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg360360 - (view) Author: Sankar (Sankark) Date: 2020-01-21 07:52
Is it possible to provide the relative path as a --prefix during configure?

I want to compile a python as a distributive package, so using an absolute path won't help. It should have a relative path like "../../Python".

The compiled python needs to have a relative everywhere, is it possible to achieve this?
msg360639 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2020-01-24 18:53
Hello!  I suggest you bring your question to the forum, which is a better place to have discussions than the issue tracker :)

https://discuss.python.org/c/users/7
History
Date User Action Args
2022-04-11 14:59:25adminsetstatus: pending -> open
github: 83586
2020-01-24 18:53:02eric.araujosetstatus: open -> pending
nosy: + eric.araujo
messages: + msg360639

2020-01-21 07:53:24Sankarksettype: behavior
2020-01-21 07:52:12Sankarkcreate