Building Free-Threaded Python 3.13.0a1 in PowerShell #2986
-
I've been using macOS/Linux for many years and I'm not familiar with Powershell/Windows. I tried $Env:PYTHON_CONFIGURE_OPTS='--disable-gil'
pyenv install 3.13.0a1 and $PYTHON_CONFIGURE_OPTS='--disable-gil'; pyenv install 3.13.0a1 but neither worked. Any advice? I'll be very grateful :3 |
Beta Was this translation helpful? Give feedback.
Answered by
native-api
Jun 18, 2024
Replies: 1 comment
-
Pyenv doesn't support Windows outside of WSL. You must be using Pyenv-Win. Ask there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anzhi0708
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pyenv doesn't support Windows outside of WSL. You must be using Pyenv-Win. Ask there.