SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
851 stars 281 forks source link

pip install stem command not found in bash #39

Closed JBoman closed 4 years ago

JBoman commented 5 years ago

as stated "pip install stem" fails in Debian 9 terminal. bash returns a "pip command not found". Need a different solution to install the missing stem module.

Leetcore commented 4 years ago

If you have installed Python 2.x correctly? Does "python -version" work?

SBrazzCode commented 4 years ago

I tried downloading python 2 and 3. Neither installed pip. However, installing pip installed pip ;).

apt install pip pip install stem

kranercc commented 4 years ago

you can fix the problem with sudo apt-get install python3-pip

Or sudo apt-get install python-pip.

i've made a pull request to fix a bug and maybe he will also add this 2 commands in the script :laughing:

SusmithKrishnan commented 4 years ago

This is an issue with your particular system due to miss-configuration of python 2 and 3. I hope new update fixed it all