You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: