-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
illegal option: --ansi troubles #691
Comments
You don't need to care about the Ruby version, it's no longer maintained.
Can you post the log message? I wonder how you ended up with this. The install script should not say anything about Ruby on Linux. Take the following steps.
|
Thank you for the quick reply! All is working now after your suggestion #1. The log said that fzf was already found in path and I deleted I am not sure how that file ended up there, definitely user error though. I will look into that but for now the version is showing properly and everything is working great. Thank you very much for your help. |
No problem. |
Hello, first I would like to thank you for your work.
Unfortunately, I am having a bit of a problem. When I first attempted to install fzf, I received an error saying that Ruby was not installed so I installed it (Ruby version 2.3.1) and Curses (version 1.0.2) and then attempted to use the function below which I obtained from https://github.com/paulirish/dotfiles/blob/master/.functions that starts at line 34.
Upon execution I receive the error that --ansi is an illegal option.
Steps I have tried to rectify the problem:
Curiously, the binaries that are generated appear to be labeled properly but the --version output is incorrect as shown below. I am not sure this is related or not.
Lastly, the fzf-tmux command is not working either.
My current system is running Ubuntu 16.04 and this is a fresh install from earlier today. I have made some configuration changes but I am unsure if any of those changes could have this effect on fzf's functionality. I have probably botched something but, for the life of me, I cannot figure out what I am doing incorrectly. I am happy to provide any documentation that you may need and I would appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: