728x90
curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
이후 bashrc 업데이트
source ~/.bashrc
이후 nvm 설치하여 setup
nvm install 22
nvm use 22
nvm alias default 22
마지막으로 codex 설치
npm i -g @openai/codex
이후 실행
codex
728x90
'Program > Ubuntu' 카테고리의 다른 글
| a syntax error: syntax error: unexpected end of file (expecting "do") (0) | 2025.09.02 |
|---|---|
| shell script error expecting "do" (0) | 2024.02.20 |
| 여러 tar 파일 압축 해제 (0) | 2023.08.01 |
| pytorch DDP, conda 관련 에러 및 해결 사항 2 (0) | 2021.07.20 |
| pytorch DDP, conda 관련 에러 및 해결 사항 (0) | 2021.07.12 |