<div>> Is it shown in the ps output as '/usr/local/bin/tor'? If so then I'll<br></div><div>> adjust Stem to look for that too.<br></div><div><br></div><div>Yep. 'ps ax' output looks like:<br></div><div><br></div><div>PID TT  STAT        TIME COMMAND<br></div><div>83797  -  R     1152:14.26 /usr/local/bin/tor -f /usr/local/etc/tor/torrc --PidFile /var/run/tor/tor.pid --RunAsDaemon 1 --DataDirectory /var/db/tor<br></div><div><br></div><div><br></div><div>> 1. Comment out the putenv calls (add a '#' at the start of lines 91 and 96)<br></div><div><br></div><div>Yep, that's it. I commented out lines 90..98, both of the try/except blocks with os.putenv(). The error goes away and nyx seems to run fine.<br></div><div> <br></div>