File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464sudo pip3 install --break-system-packages git+https://github.com/rbonghi/jetson_stats.git
6565```
6666
67- ### Option 4: Ubuntu 24.04 run jtop without sudo and without "--break-system-packages"
67+ ### Option 4: Run ` jtop ` with or without ` sudo ` , and install without ` --break-system-packages `
68+ This installation method works on all Jetson Developer Kits.
6869_ NOTE: For Jetson AGX Thor Dev Kit follow this_
6970``` console
70- Download "scripts/install_jtop_torun_without_sudo.sh"
71- Make it executable: chmod +x install_jtop_torun_without_sudo.sh
72- Run "sudo -v" -v, --validate does not run any command, but allows the use of sudo in the bash script.
73- Then install with ./install_jtop_torun_without_sudo.sh
71+ sudo -v
72+ curl -LsSf https://raw.githubusercontent.com/rbonghi/jetson_stats/master/scripts/install_jtop_torun_without_sudo.sh | bash
73+ ```
74+ Or:
75+ ``` console
76+ # Download scripts/install_jtop_torun_without_sudo.sh
77+ sudo -v
78+ chmod +x install_jtop_torun_without_sudo.sh
79+ ./install_jtop_torun_without_sudo.sh
7480```
75- See the guide: [ How it "without sudo" works & why] ( docs/nosudo.rst )
76-
7781---
7882
7983## Run
You can’t perform that action at this time.
0 commit comments