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
Once 1.0 is released, I'd like to keep the format of .python-version stable.
Having a version only prevents specifying other kinds of toolchains (f.e. pypy). Maybe there should be something to distinguish cpython vs pypy vs others?
Right now, if a system-installed toolchain is the same version as a custom one, the latter has precedence. To choose the system installed one instead, a path is used. Hopefully that is enough?
The text was updated successfully, but these errors were encountered:
Once 1.0 is released, I'd like to keep the format of
.python-version
stable.The text was updated successfully, but these errors were encountered: