boostorg / boostorg/boost

bootstrap.sh does not detect Python 3.8 on macOS, neither the one from macOS itself nor from MacPorts

Open
#503 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
8.6k
Forks
1.9k
Avg merge
39m
Merged PRs (30d)
2

Description

After running:
`$ ./bootstrap.sh --prefix=$HOME --with-python=/opt/local/bin/python3.8`
still Python 2.7 of macOS is detected. Tried with and without path.
Expected would be that it takes the mentioned Python version from this binary.
A workaround is to use
`$ sudo port select python python38`
This makes Python 3.8 the default reachable with just `python`, and `./bootstrap.sh` works. But this is most likely not what the author of this script intended.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.