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

pixi 설치

~6 min · pixi, installation

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

pixi 가 단일 static binary — Python 안 필요 (conda 와 다름, conda 는 Python). install path 둘.

Curl installer (권장): curl -fsSL https://pixi.sh/install.sh | bash. ~/.pixi/bin/pixi 에 binary 떨구고 PATH 에 추가. shell 재시작.

Homebrew: brew install pixi. 약간 느린 install 이지만 pixi 를 Brewfile 에 유지.

pixi --version 으로 검증. pixi self-update (curl install) 또는 brew upgrade pixi 로 업그레이드.

Code

두 install path·bash
# Path 1 — curl installer (권장)
curl -fsSL https://pixi.sh/install.sh | bash

# shell 재시작, 검증
pixi --version

# Path 2 — Homebrew
brew install pixi

# 업그레이드
pixi self-update
brew upgrade pixi

External links

Exercise

curl installer 통해 pixi install. 'pixi --version' 돌려. 그 다음 'pixi init scratch && cd scratch && pixi add python numpy && pixi run python -c "import numpy; print(numpy.__version__)"'. 0 에서 작동하는 numpy 까지 세 명령.

Progress

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

댓글 0

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

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