-
Notifications
You must be signed in to change notification settings - Fork 399
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
gixy command not found #112
Comments
I also had this issue installing on Ubuntu 18.04 LTS. This is happening as a result of a bug in Ubuntu's bash implementation. Ubuntu at some point added ~/.local/bin to the path in the default .profile file, but apparently there have been a number of regressions since the fix was released and so the fix is not in every Ubuntu release. Also if you upgrade from a broken version to a fixed version, your .profile file won't be overwritten with the fix. This is based on the comments in this launchpad bug. Now to fix your problem... You would then need to close and reopen the terminal window, log out and back in or run
|
Thanks Phill! I will be working on the server this weekend and let you know how it goes |
Thanks, Phill! I just encountered this issue and luckily saw your answer. |
ubuntu 19.10
installed using pip - cannot run 'gixy' globally or from its dir /home/user/.local/bin
sudo makes no difference
anyone else have this issue? I
The text was updated successfully, but these errors were encountered: