uv

lukas·2025년 4월 23일

Python 개발 환경

목록 보기
3/3

Install

curl -LsSf https://astral.sh/uv/install.sh | sh

Create Project

uv init <project name>

Add Package

uv add <package>

Install specific python version

uv python install <version>

Activate virtualenv

uv venv .venv
  • python -m venv .venv에 대응하는 명령어 입니다.
profile
AI SoftWare 활용기를 기록합니다

0개의 댓글