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
--python-resolution which applies to provided constraints (e.g. ">=3.8"):
default: current behavior - uses already installed python which satisfies OR download highest available.
highest: force use highest and try download if not installed. fallback to default if maximum number not explicitly set in version-specifier.
lowest: force use lowest and try download if not installed. fallback to default if minimum number not explicitly set in version-specifier. always chooses highest resolved version patch numbers.
The text was updated successfully, but these errors were encountered:
Here is what I can suggest:
--python-resolution
which applies to provided constraints (e.g. ">=3.8"):default
: current behavior - uses already installed python which satisfies OR download highest available.highest
: force use highest and try download if not installed. fallback todefault
if maximum number not explicitly set in version-specifier.lowest
: force use lowest and try download if not installed. fallback todefault
if minimum number not explicitly set in version-specifier. always chooses highest resolved version patch numbers.The text was updated successfully, but these errors were encountered: