-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
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.11py --list3.11 │ /opt/homebrew/bin/python3.11
3.10 │ /opt/homebrew/bin/python3.10
3.9 │ /opt/homebrew/bin/python3.9py --versionPython 3.9.15 # :-(
export PY_PYTHON=3.11echo $PY_PYTHON3.11
py --versionPython 3.9.15 # :-(
Expected behavior
A clear and concise description of what you expected to happen.
py --versionPython 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.
Metadata
Metadata
Assignees
Labels
No labels