You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have an existing pyenv environment, run "update" to grab the latest definition files:
pyenv update
Now you can install the "nogil" version of Python:
pyenv install nogil-3.9.10
To use the "nogil" version as your default version run:
pyenv global nogil-3.9.10
Now you can just run "python":
$ python
Python 3.9.10 (main, Apr 29 2022, 13:11:21)
[nogil, GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>