Opened 17 years ago
Closed 17 years ago
#8027 closed patch (fixed)
Add user-definable Python executable to configure
| Reported by: | Raymond Wagner | Owned by: | Janne Grunau |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | Packaging | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The project file for the Python bindings contains some logic to force a specific prefix to install the package to. This doesn't need to be done, and probably shouldn't be done, as the installer will decide automatically where Python would expect the package to be. This patch adds a '--python-exec=' option to configure, to define which executable to be called by the installer. The default is set to 'python'.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | python_configure.patch added |
|---|
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [23526]) bindings: add a --python= option to configure
this allows to force a specific python version/executable which changes the install location. Closes #8027.