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
<p>While uv configuration can be included in a <code>pyproject.toml</code> file, it is not allowed in this context.</p>
4428
4428
4429
4429
<p>May also be set with the <code>UV_CONFIG_FILE</code> environment variable.</p>
4430
+
</dd><dt><code>--default</code></dt><dd><p>Use as the default Python version.</p>
4431
+
4432
+
<p>By default, only a <code>python{major}.{minor}</code> executable is installed, e.g., <code>python3.10</code>. When the <code>--default</code> flag is used, <code>python{major}</code>, e.g., <code>python3</code>, and <code>python</code> executables are also installed.</p>
4433
+
4434
+
<p>Alternative Python variants will still include their tag. For example, installing 3.13+freethreaded with <code>--default</code> will include in <code>python3t</code> and <code>pythont</code>, not <code>python3</code> and <code>python</code>.</p>
4435
+
4436
+
<p>If multiple Python versions are requested during the installation, the first request will be the default.</p>
4437
+
4430
4438
</dd><dt><code>--directory</code> <i>directory</i></dt><dd><p>Change to the given directory prior to running the command.</p>
4431
4439
4432
4440
<p>Relative paths are resolved with the given directory as the base.</p>
0 commit comments