Open niuwz opened 11 months ago
sudo command most likely doesnt work correctly with proxychains. it's a setuid binary and glibc dynlinker restricts its use with LD_PRELOAD.
try first sudo bash
then in the new shell run proxychains4 apt upgrade
or whatever.
as for conda, you seem to have configured it to use a proxy, which likely makes it fail.
It's connected.
Doesn't work when using
sudo proxychains apt update
Doesn't work when creating a new virtual environment. (It is another user so the port is 60189 rather 60019)