Preflight Checklist
Problem Statement
My home directory is transient (gets reset every day) and all my persistent storage is on a mounted volume.
With npm builds I just installed CC globally (npm install -g) and set npm's install dir to my persistent storage. This no longer works.
- Claude native builds default to ~/.local/bin with seemingly no way to change that.
- Installing then moving makes CC complain about the binary not being at ~/.local/bin/claude (even though it's in the PATH in a different location)
As things stand, I have to reinstall claude code every day.
Proposed Solution
claude install [options] [target] should have a path/install directory option added
- future CC updates should maintain that location
- CC should look for the
claude binary in the PATH, not in ~/.local/bin
Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
No response
Additional Context
No response
Preflight Checklist
Problem Statement
My home directory is transient (gets reset every day) and all my persistent storage is on a mounted volume.
With npm builds I just installed CC globally (npm install -g) and set npm's install dir to my persistent storage. This no longer works.
As things stand, I have to reinstall claude code every day.
Proposed Solution
claude install [options] [target]should have a path/install directory option addedclaudebinary in the PATH, not in ~/.local/binAlternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
No response
Additional Context
No response