question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
laixintaocommented, Apr 9, 2019

@ryankrage77 Did you install for current user only instead of installing globally?

Try type which pingtop and use absolute path to run:

sudo /usr/local/bin/pingtop xxx

(replace /usr/local/bin/pingtop with your absolute path.)

Or you can install for sudo user:

sudo pip install pingtop
0reactions
laixintaocommented, Apr 10, 2019

Solved by @gzxultra

Read more comments on GitHub >

github_iconTop Results From Across the Web

sudo: Drop root privileges (Example) - Coderwall
sudo : Drop root privileges ... sudo is a very useful command that will execute a given command as root without opening a...
Read more >
How do I drop all elevated privileges through the terminal?
After entering the password correctly, an indicator is shown, with an option to "Drop all elevated privileges".
Read more >
How do I drop root privileges in shell scripts?
The "--up" option in OpenVPN is normally used for routing etc. And so it is processed before OpenVPN drops root privileges to run...
Read more >
How do I log out of `sudo su`? - Super User
7. Use exit command .. – Vutukuri · 15. exit or a simple Ctrl+D. · 1. Apart from the good answers below there...
Read more >
How To Add, Delete, and Grant Sudo Privileges to Users on a ...
As a regular user with sudo privileges, you can delete a user using this syntax: sudo deluser --remove-home username.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found