For the solution, please see #235 (comment)
Describe the bug
A clear and concise description of what the bug is.
I would like to configure py to use Python 3.11 as its default on my Mac...
To Reproduce
Steps to reproduce the behavior:
brew install python-launcher python@3.9 python@3.10 python@3.11
py --list
3.11 │ /opt/homebrew/bin/python3.11
3.10 │ /opt/homebrew/bin/python3.10
3.9 │ /opt/homebrew/bin/python3.9
py --version
Python 3.9.15 # :-(
export PY_PYTHON=3.11
echo $PY_PYTHON
3.11
py --version
Python 3.9.15 # :-(
Expected behavior
A clear and concise description of what you expected to happen.
py --version
Python 3.11.0
Screenshots
If applicable, add screenshots to help explain your problem.
System Details (please complete the following information):
- OS: macOS
- Shell: zsh
- Launcher Version: Python Launcher for Unix 1.0.0
Additional context
Add any other context about the problem here.
For the solution, please see #235 (comment)
Describe the bug
A clear and concise description of what the bug is.
I would like to configure
pyto use Python 3.11 as its default on my Mac...To Reproduce
Steps to reproduce the behavior:
brew install python-launcher python@3.9 python@3.10 python@3.11py --listpy --versionexport PY_PYTHON=3.11echo $PY_PYTHONpy --versionExpected behavior
A clear and concise description of what you expected to happen.
py --versionScreenshots
If applicable, add screenshots to help explain your problem.
System Details (please complete the following information):
Additional context
Add any other context about the problem here.