Skip to content
Mambo edited this page Apr 4, 2025 · 11 revisions

파이썬 가상환경

# Install uv on macOS.
$ curl -LsSf https://astral.sh/uv/install.sh | sh

# Use a specific Python version in the current directory:
$ uv python pin 3.12
Pinned `.python-version` to `3.12`

Clone this wiki locally