Skip to content
Discussion options

You must be logged in to vote

Crossenv is trying to gather information about the builld-python installation from the Makefile that was used to build Python. This is produced after you run configure and installed in the Python library dir (e.g., the system default Python might put it in /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/Makefile).

I'm not entirely sure what the issue would be here, but here are some suggestions. First, I always recommend building your own build-python rather than using the system version. While I would also recommend installing your build-python to a local directory so that you don't need to use sudo, ensure that sudo python3.5 and python3.5 are running the same command: sudo doesn't use t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by virtuald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #23 on September 12, 2025 02:19.