Search code examples
terminaliterm2itermfloating-action-button

Fatal error: Couldn't find any fabfiles! When opening tab in iTerm2


I'm getting the following error when I open a new tab / window in iTerm:

Last login: Fri Aug 12 10:44:50 on ttys000

Fatal error: Couldn't find any fabfiles!

Remember that -f can be used to specify fabfile path, and use -h for help.

Aborting.

Top part of my .zshrc file:

export ZSH=/Users/leongaban/.oh-my-zsh
export TERM="xterm-256color"
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/Users/leongaban/bin/subl:/usr/local/bin/fab"

enter image description here

enter image description here

enter image description here

Thoughts? Everything runs fine still I can use my aliases to get to different directories, use git commands etc etc...


Solution

  • I had the following in my .zshrc file

    # Deploy
    fab deploy_to_bulk
    

    I needed to comment out fab deploy_to_bulk