Jump to content

Gemini CLI: Difference between revisions

From Wiki
Marcluer (talk | contribs)
Created page with "== Installation on Ubuntu (WSL2) == * Ubuntu 24.04 does not come with Node v20 <pre> 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 </pre>"
 
Marcluer (talk | contribs)
mNo edit summary
Line 12: Line 12:


</pre>
</pre>
[[Category:Programming]]
[[Category:AI]]

Revision as of 14:43, 4 September 2025

Installation on Ubuntu (WSL2)

  • Ubuntu 24.04 does not come with Node v20
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