mirror of https://github.com/astral-sh/uv
Remove `pypy` from top-level pin example (#9896)
This commit is contained in:
parent
c2e2c39449
commit
9e2e9f2d10
|
|
@ -189,8 +189,8 @@ Type "help", "copyright", "credits" or "license" for more information.
|
||||||
Use a specific Python version in the current directory:
|
Use a specific Python version in the current directory:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv python pin pypy@3.11
|
$ uv python pin 3.11
|
||||||
Pinned `.python-version` to `pypy@3.11`
|
Pinned `.python-version` to `3.11`
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
|
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
|
||||||
|
|
|
||||||
|
|
@ -160,8 +160,8 @@ Type "help", "copyright", "credits" or "license" for more information.
|
||||||
Use a specific Python version in the current directory:
|
Use a specific Python version in the current directory:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uv python pin pypy@3.11
|
$ uv python pin 3.11
|
||||||
Pinned `.python-version` to `pypy@3.11`
|
Pinned `.python-version` to `3.11`
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [installing Python guide](./guides/install-python.md) to get started.
|
See the [installing Python guide](./guides/install-python.md) to get started.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue