X Tutup
The Wayback Machine - https://web.archive.org/web/20260214073206/https://github.com/python/devguide/pull/707
Skip to content

Clarify how to pass the header and library path to configure command#707

Closed
chrisxiao wants to merge 1 commit intopython:masterfrom
chrisxiao:macos-configure-cmd-fix
Closed

Clarify how to pass the header and library path to configure command#707
chrisxiao wants to merge 1 commit intopython:masterfrom
chrisxiao:macos-configure-cmd-fix

Conversation

@chrisxiao
Copy link

Using shell variable to pass header and library path to configure command does not works
so change to use environment variables

@pablogsal
Copy link
Member

Using shell variable to pass header and library path to configure command does not works
so change to use environment variables

Why it doesn't work? This should work as this only sets the environment vars in the script execution. There must be something odd on your side

@chrisxiao
Copy link
Author

Using shell variable to pass header and library path to configure command does not works
so change to use environment variables

Why it doesn't work? This should work as this only sets the environment vars in the script execution. There must be something odd on your side

@chrisxiao chrisxiao closed this Jun 7, 2021
@chrisxiao
Copy link
Author

@pablogsal Thanks for comment, I recheck and find it is my fault. the doc is right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup