Status quo
- Select Python Environments extension.
- Select Environment Managers view.
- Select Create Environment.
- May select Quick Create.
On my system, Quick Create seems to choose the most recent not-freethreaded version of Python in the global environment, which is probably implemented with something like getting a list of versions, discarding freethreaded versions, and choosing the highest minor version value.
Change
Have Quick Create use the active global environment, which would be 3.13 in my case, but could be freethreaded, for example, for other users.
C:\apps\mapFolding>py -0
-V:3.14t Python 3.14 (64-bit, freethreaded)
-V:3.14 Python 3.14 (64-bit)
-V:3.13 * Python 3.13 (64-bit)
-V:3.12 Python 3.12 (64-bit)
-V:3.11 Python 3.11 (64-bit)
-V:3.10 Python 3.10 (64-bit)
-V:3.9 Python 3.9 (64-bit)
Kudos
The Python Environments extension has improved dramatically and has completely displaced my batch files.
Status quo
On my system, Quick Create seems to choose the most recent not-freethreaded version of Python in the global environment, which is probably implemented with something like getting a list of versions, discarding freethreaded versions, and choosing the highest minor version value.
Change
Have Quick Create use the active global environment, which would be 3.13 in my case, but could be freethreaded, for example, for other users.
Kudos
The Python Environments extension has improved dramatically and has completely displaced my batch files.