File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,25 @@ Python 3.9+ interpreter:
3131python3 -m pip install --upgrade young-stock-cli
3232```
3333
34+ If you installed ` young ` with ` uv tool ` , upgrade that tool-managed environment instead of ` pip ` :
35+
36+ ``` bash
37+ uv tool install --upgrade young-stock-cli
38+ ```
39+
40+ If ` python3 -m pip install --upgrade young-stock-cli ` succeeds but ` young --version ` still shows an older release,
41+ you are probably running a different executable entrypoint than the interpreter you just upgraded. A quick check:
42+
43+ ``` bash
44+ which -a young
45+ young --version
46+ uv tool list
47+ python3 -m pip show young-stock-cli
48+ ```
49+
50+ If ` which young ` points to ` ~/.local/bin/young ` , that command is usually coming from ` uv tool ` , not from the
51+ ` python3 -m pip ` environment.
52+
3453## Usage
3554
3655``` bash
You can’t perform that action at this time.
0 commit comments