-
Notifications
You must be signed in to change notification settings - Fork 107
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
install not working on Ubuntu 18.10 however main.sh works #74
Comments
Well, install doesn't require Installing using If the problem still persists, then the issue might be this one. |
It doesn't works either way. Besides I'm using fresh vanilla Ubuntu 18.10 install, so its not an issue. |
I second this. Fresh Ubuntu 18.04 failed to install. |
I've the same issue on Linux Mint 19.1 Tessa 64-bit |
Finally I could install it. I moved the ProxyMan folder to /opt and executed the install file |
I would need to reproduce this on some Ubuntu machine in order to understand the error. ./install
which proxyman
ls ~/.local/bin
echo $PATH In a new shell, which proxyman
ls ~/.local/bin
echo $PATH |
no working here too. not proxied docker also |
@bitdaric What is the issue regarding docker? |
I am having the same issue in Ubuntu 19.04. thomas@Someones-PC: Entering the same commands in a new shell gives the same results. |
Seems like I either need to pollute |
Update: I tried the current version (177 commit) again on Ubuntu 18.04, it works! |
same issue on ubuntu 19.04 :( |
Can confirm. Get the same error for Ubuntu 19. |
😢 |
I also faced the same problem when i tried to install it in my Debian 9.x vm. Solution: Next run the installation: ./install Now it should complete successfully |
Thanks @brsanjay . That worked for a fresh Ubuntu 19.10. I had it working in 19.04 but I had to do the same thing there. It looks to me like the install script could/should add an option to add the export PATH line automatically to the .bashrc if the "which proxyman" fails and if the .bashrc file exists. Not sure if this is the best way to fix it but it would work. |
I had a similar issue installing this on WSL/Ubuntu 18.04 (LTS). Proxyman installed nicely, but Solution: Perhaps |
I can verify that this issue comes from not having |
in fedora 32 install works |
With Ubuntu 20.04 you need to logout and login again for the |
Worked fine in Fedora though.
The text was updated successfully, but these errors were encountered: