Comments on: Guider – A System Wide Linux Performance Analyzer https://www.tecmint.com/guider-a-system-wide-linux-performance-analyzer/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 30 Jul 2018 09:42:18 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/guider-a-system-wide-linux-performance-analyzer/comment-page-1/#comment-1019512 Mon, 30 Jul 2018 09:42:18 +0000 https://www.tecmint.com/?p=28353#comment-1019512 In reply to Ice Alinutza.

@Ice

Please install pip first: https://www.tecmint.com/install-pip-in-linux/

]]>
By: Ice Alinutza https://www.tecmint.com/guider-a-system-wide-linux-performance-analyzer/comment-page-1/#comment-1019159 Sat, 28 Jul 2018 14:52:43 +0000 https://www.tecmint.com/?p=28353#comment-1019159 I run Linux Mint 19 MATE 64 bit and command to install guider don’t work for me:

$ sudo pip install python-config
sudo: pip: command not found

Where I’m wrong???

]]>
By: Aaron Kili https://www.tecmint.com/guider-a-system-wide-linux-performance-analyzer/comment-page-1/#comment-961557 Fri, 19 Jan 2018 06:52:42 +0000 https://www.tecmint.com/?p=28353#comment-961557 In reply to Edwin Sineath.

@Edwin

Do this:

$ git clone https://github.com/iipeace/guider.git
$ cd guider
$ sudo  ./guider.py 

To run it without installing on your system. Or run the following command to install python-config:

$ sudo pip install python-config

Then install guider like this:

$ make
$ sudo make install

Last option is to install using PIP:

$sudo pip install – -pre guider

]]>
By: Edwin Sineath https://www.tecmint.com/guider-a-system-wide-linux-performance-analyzer/comment-page-1/#comment-961500 Thu, 18 Jan 2018 22:31:27 +0000 https://www.tecmint.com/?p=28353#comment-961500 Installed guider. Command guider.py didn’t work. :command not found. Make didn’t work either. make: python-config: Command not found

]]>