pmazurek / aws-fuzzy-finder

:zap: SSH into instances using fuzzy search.
MIT License
129 stars 27 forks source link

Bug Fix: Find correct binary on new install #27

Closed khornberg closed 6 years ago

khornberg commented 6 years ago

On a new install of aws-fuzzy-finder, I got a go stack trace and aws-fuzzy-finder whould fail to work.

Changing the setup to include the correct version of fzf resolved the problem.

khornberg commented 6 years ago

To reproduce, I'm on High Sierra in a python 3.6 virtualenv.

Install aws-fuzzy-finder and then try running aws-fuzzy. I got a go stack trace at this point

If I pip install -e . from within the source of aws-fuzzy-finder with the change in this PR, aws-fuzzy works as expected.

rszalski commented 6 years ago

Right, I upgraded the libs, changed settings.py but forgot about setup.py :(

Thanks for the fix!