-
Notifications
You must be signed in to change notification settings - Fork 38
Closed as not planned
Closed as not planned
Copy link
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality