Gemini CLI: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
== Installation on Ubuntu (WSL2) == | == Installation on Ubuntu (WSL2) == | ||
* Ubuntu 24.04 does not come with Node v20 | * Ubuntu 24.04 does not come with Node v20 | ||
* NVM latest version: | * NVM latest version: https://github.com/nvm-sh/nvm | ||
<pre> | <pre> | ||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash | ||
Revision as of 14:49, 4 September 2025
Installation on Ubuntu (WSL2)
- Ubuntu 24.04 does not come with Node v20
- NVM latest version: https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash node --version nvm install 20 nvm use 20 node --version npm install -g @google/gemini-cli