s-tui icon indicating copy to clipboard operation
s-tui copied to clipboard

Installation of s-tui and of the stress test: pipx

Open LinuxOnTheDesktop opened this issue 1 year ago • 1 comments

Step 1: Describe your environment

  • AMD Rhyzen 7040 series
  • OS version: Mint 22
  • s-tui version: 1.1.6
  • Installation method(pip/PPA/source code): pipx install s-tui

Step 2: Describe the problem

Trying to install with pip produced an 'externally managed environment' error.

Installing with pipx worked - but, subsequently, within s-tui 'install stress' was marked as 'na'. The latter situation might be because I had not run s-tui as root. But how does one run a pipx-installed program as root? (sudo s-tui yields 'command not found').

LinuxOnTheDesktop avatar Oct 03 '24 09:10 LinuxOnTheDesktop

Imo the best solution is to run sudo /home/whatever_your_username_is/.local/bin/s-tui. If you don't want to keep typing that then alias it in your bashrc

bchen32 avatar Aug 15 '25 20:08 bchen32