Jump to content

Codex CLI: Difference between revisions

From Wiki
Marcluer (talk | contribs)
Created page with " Category:Programming Category:AI"
 
Marcluer (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==  Installation on Ubuntu (WSL2) ==
# Install node [[Node.js]]
# Install codex
<blockquote>
<pre>
npm install -g @openai/codex


 
which codex
</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