C.W.K.
Stream
Lesson 02 of 05 · published

uv 설치

~6 min · uv, installation

Level 0초심자
0 XP0/55 lessons0/16 achievements
0/80 XP to next level80 XP to go0% complete

uv 가 단일 static binary. install path 둘.

Standalone installer (권장): curl -LsSf https://astral.sh/uv/install.sh | sh. installer 가 ~/.local/bin/uv (또는 비슷) 에 binary 떨구고 PATH 에 추가. shell 재시작.

Homebrew: brew install uv. 더 느린 install 이지만 uv 를 Brewfile 에 유지.

uv --version 으로 검증. uv self update (standalone installer 의 업그레이드) 또는 brew upgrade uv 로 업그레이드.

uv ship 빠름 — 보통 1-2주마다 release. 자주 업그레이드.

Code

두 install path·bash
# Path 1 — standalone installer (권장, 가장 빠름)
curl -LsSf https://astral.sh/uv/install.sh | sh

# shell 재시작, 검증
uv --version
# uv 0.x.x

# Path 2 — Homebrew
brew install uv

# 업그레이드
uv self update            # standalone install
brew upgrade uv           # Homebrew install

External links

Exercise

standalone installer 로 uv install. 그 다음 'uv python list' — uv 가 아는 모든 Python 버전 봐. 그 다음 'uv python install 3.13' 으로 관리되는 Python install. 이제 빌트인 Python 버전 매니저 가짐, pyenv 안 필요.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.