맥에서 Gemini CLI(제미나이,제미니) 설치 및 사용법!!
IT2025. 7. 10. 20:29
https://nodejs.org/en/download
Node.js — Download Node.js®
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
nodejs.org

먼저 위의 사이트에 들어가서 Node.js를 설치 해야 됩니다 사진과 같이 선택 후 터미널에서 붙여넣기 합니다
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22
# Verify the Node.js version:
node -v # Should print "v22.17.0".
nvm current # Should print "v22.17.0".
# Verify npm version:
npm -v # Should print "10.9.2".
그런 다음 gemini-cli를 설치 합니다
npm install -g @google/gemini-cli
또는(실패시)
sudo npm install -g @google/gemini-cli
설치 후 gemini 로 실행 후 간단한 설정 후 로그인 하고 사용하시면 됩니다
'IT' 카테고리의 다른 글
아이폰 '붙여넣기 허용' 팝업창 안 뜨게 하는 방법!! (0) | 2025.05.29 |
---|---|
무료 3D CAD 프로그램 'FreeCad' 간단한 사용기!! (0) | 2025.05.20 |
알리 블루투스 스피커 간단한 분해기!! (0) | 2025.05.20 |
알리 'HY300 pro+' 간단한 사용기!! (0) | 2025.05.16 |
샤오미 DUKA ATUMAN 온습도계 간단한 사용기!! (0) | 2025.04.28 |