Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
f7241809
Commit
f7241809
authored
Dec 22, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Codex installation instructions
parent
aba8d2ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
+29
-2
INSTALL-CODEX-ECLIPSE.md
INSTALL-CODEX-ECLIPSE.md
+29
-2
No files found.
INSTALL-CODEX-ECLIPSE.md
View file @
f7241809
...
...
@@ -11,6 +11,22 @@ terminal (Konsole).
-
Node.js + npm (user-level install, no sudo)
-
Konsole (default KDE terminal)
## npm installation with nvm
sudo apt install curl
curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install --lts
nvm use --lts
### Verify npm installation
which node
# should be ~/.nvm/versions/node/...
npm config get prefix
# should point inside ~/.nvm
## 1. Install Codex CLI (user-local)
Do NOT use sudo.
...
...
@@ -67,11 +83,22 @@ Main tab:
-
Working Directory: Browse Workspace → select project root
-
Arguments:
--workdir
"/absolute/path/to/your/project"
-e bash -lc "./tools/run-codex.sh"
--workdir
${project_loc}
-e bash -lc "./tools/run-codex.sh"
(Common tab: enable “Display in favorites menu → External Tools”.)
Apply and Run.
Apply and Run (the project where you plan to use Codex should be selected in the Project Explorer when you press Run).
If ~/.bashrc was just modified and Eclipse is launched without restarting the KDE session, this Run will fail.
The Eclipse Console will show
<terminated>
. You may run Eclipse from the terminal after
source ~/.bashrc
or just logout/login and restart Eclipse.
To troubleshoot "
<terminated>
" problem you may modify Arguments in Eclipse launcher by adding "--hold":
--hold --workdir ${project_loc} -e bash -lc "./tools/run-codex.sh"
A Konsole window should open and display the Codex UI.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment