Jump to content

Codex CLI: Difference between revisions

From Wiki
Marcluer (talk | contribs)
mNo edit summary
Marcluer (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
==  Installation on Ubuntu (WSL2) ==
==  Installation on Ubuntu (WSL2) ==
# Install node [[Node.js]]
# Install node [[Node.js]]
# Install claude-code
# Install codex
<blockquote>
<pre>
<pre>
npm install -g @openai/codex
npm install -g @openai/codex
Line 7: Line 8:
which codex
which codex
</pre>
</pre>
 
</blockquote>





Latest revision as of 14:37, 15 September 2025

Installation on Ubuntu (WSL2)

  1. Install node Node.js
  2. Install codex
npm install -g @openai/codex

which codex