common/u*: add and update Korean translation (#14522)
This commit is contained in:
28
pages.ko/common/uv-python.md
Normal file
28
pages.ko/common/uv-python.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# uv python
|
||||
|
||||
> Python 버전 및 설치 관리.
|
||||
> 더 많은 정보: <https://docs.astral.sh/uv/reference/cli/#uv-python>.
|
||||
|
||||
- 사용 가능한 모든 Python 설치 목록:
|
||||
|
||||
`uv python list`
|
||||
|
||||
- Python 버전 설치:
|
||||
|
||||
`uv python install {{버전}}`
|
||||
|
||||
- Python 버전 제거:
|
||||
|
||||
`uv python uninstall {{버전}}`
|
||||
|
||||
- Python 설치 검색:
|
||||
|
||||
`uv python find {{버전}}`
|
||||
|
||||
- 현재 프로젝트를 특정 Python 버전을 사용하도록 고정:
|
||||
|
||||
`uv python pin {{버전}}`
|
||||
|
||||
- `uv` Python 설치 디렉터리 표시:
|
||||
|
||||
`uv python dir`
|
Reference in New Issue
Block a user