stem not recognizing tor's path
问题 While running Stem's To Russia With Love example, I got the following error: 'tor' isn't available on your system. Maybe it's not in your PATH To solve this, I added the following path to tor_cmd as shown in the example over here: tor_process = stem.process.launch_tor_with_config( tor_cmd = '~/Downloads/tor-browser_en-US/Browser/TorBrowser/Tor/tor', config = { 'SocksPort': str(SOCKS_PORT), 'ExitNodes': '{ru}', }, init_msg_handler = print_bootstrap_lines, ) However, its now giving me the error