Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash: proxybroker: command not found #183

Open
rabab2k opened this issue Apr 8, 2021 · 3 comments
Open

bash: proxybroker: command not found #183

rabab2k opened this issue Apr 8, 2021 · 3 comments

Comments

@rabab2k
Copy link

rabab2k commented Apr 8, 2021

Please excuse me, I had to a :) use the google translator and b :) am a complete novice with Linux

I have proxy broker installed with
pip3 install proxybroker
If I then
pip3 install -U git+https://github.com/constverum/ProxyBroker.git
I get the following error message:
user@host:~$ pip3 install -U git+https://github.com/constverum/ProxyBroker.git Collecting git+https://github.com/constverum/ProxyBroker.git Cloning https://github.com/constverum/ProxyBroker.git to /tmp/pip-req-build-0b0p_884 uwtwrapper uwt wrapper ERROR: /usr/bin/git.anondist-orig does not exist. Command "git clone -q https://github.com/constverum/ProxyBroker.git /tmp/pip-req-build-0b0p_884" failed with error code 1 in None
I am now trying to give an order like
proxybroker –help
I get the answer
bash: proxybroker: command not found

Can someone tell me what I'm doing wrong

@oldkingcone
Copy link

so, im not an expert.

however, it is a pathing issue, when installing for the current user which is the default action with pip now, it installs the scripts/binaries in $HOME/.local/bin/ so if you were to execute something like:

PATH="$PATH:$HOME/.local/bin:" && export PATH && echo $PATH

it should fix your issue.

@rabab2k
Copy link
Author

rabab2k commented Apr 8, 2021

great, so it works! Thank you :)

@bluet
Copy link

bluet commented Aug 20, 2022

As this project is not maintained by the original developer, we've forked ProxyBroker and continued maintaining the proxybroker2 project since 2020.

If anyone's interested, please join. We need more volunteers. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants