일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- list
- judge
- Package
- enV
- Flask
- Container
- KAKAO
- Linux
- GitLab
- Laravel
- PostgreSQL
- pandas
- file
- docker
- Database
- format
- AI
- DB
- Mac
- evaluation
- TORCH
- Paper
- numpy
- Windows
- Python
- git
- pytorch
- Converting
- LLM
- CUDA
Archives
- Today
- Total
Daily Develope
[Tools] uv package management tool on MacOS/Linux 본문
ㅇ 설치
curl -LsSf https://astral.sh/uv/install.sh | sh
ㅇ 프로젝트 생성 (초기화)
> uv init {project_name}
ㅇ 가상 환경 생성 & 실행
> uv venv
> source .venv/bin/activate
ㅇ 패키지 추가
> uv add {package_name}
'Develope > Python' 카테고리의 다른 글
[Python] ML Flow 정리중 (0) | 2025.03.05 |
---|---|
[Poetry] Poetry 설치 및 기본 명령어 on Mac (2) | 2025.03.05 |
[Python] Install PyTorch & Error Handling on Mac (0) | 2025.02.26 |
[Python] 반올림 (0) | 2024.08.20 |
[Python] 엑셀 파일 다루기 with Pandas (0) | 2024.01.22 |