edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Error, missing file __bass.py #23

Closed philbooth closed 8 years ago

philbooth commented 8 years ago

Running on OSX, installed bass via fisherman.

~ $ bass
test: Missing argument at index 2
/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/Users/pbooth/.config/fisherman/functions/__bass.py': [Errno 2] No such file or directory
test: Missing argument at index 2
~ $ ls -l /Users/pbooth/.config/fisherman/functions
total 8
-rw-r--r--  1 pbooth  staff  389 23 Jan 15:10 bass.fish
~ $ fisher -v
fisher version 0.4.0

I also tried installing via fundle but got a different error, which I'll raise separately.

edc commented 8 years ago

I think this is an issue with fisherman. Looks like it moves the .fish file but left the companion .py behind. I am sorry, I don't know enough about fisherman to fix this, but I'd be happy to accept any patch.