Skip to content

Commit 0d55006

Browse files
committed
Update pisetup.md
Add instructions to make uv available in the current terminal session.
1 parent 7f94e9a commit 0d55006

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/software/pisetup.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,13 @@ if you want to use the upload feature:
460460
wget -qO- https://rclone.org/install.sh | sudo bash
461461
```
462462

463-
Your system is all set up and ready to go now! Please close and reopen your terminal
464-
before using the `uv` command to ensure the PATH is updated and `uv` is available.
463+
Your system is all set up and ready to go now!
464+
465+
To make the `uv` command available in your current terminal session, run:
466+
467+
``` bash
468+
source $HOME/.local/bin/env
469+
```
465470

466471
Before running scripts, first navigate to the `insect-detect` directory:
467472

0 commit comments

Comments
 (0)