bootstrap.sh does not detect Python 3.8 on macOS, neither the one from macOS itself nor from MacPorts
未关闭
- 主要语言
- HTML
- 星标
- 8.6k
- 派生
- 1.9k
- 平均合并
- 39 分钟
- 30 天内合并 PR
- 2
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。