Sempre que eu lanço o terminal no Mac OS, recebo esta mensagem de erro. Eu tentei desinstalar o Predix hoje cedo, mas algo obviamente deu errado.
Last login: Thu Apr 6 23:55:32 on ttys000
-bash: /usr/local/Predix/autocomplete/bash_autocomplete: No such file or directory
laptop:~ chris$
Acho que só preciso remover uma linha de algum arquivo que procura esse aplicativo quando eu lanço o terminal, mas não tenho certeza de onde ele está.
Aqui está o meu .bash_profile
# Setting PATH for Python 3.6
# The original version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}"
export PATH
# Create an alias to show all files (including hidden files) in the finder
alias show='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
# Create an alias to hide all hidden files in the finder
alias hide='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'
Solução:
Edite / etc / profile
sudo vim /etc/profile
Onde há uma linha sobre incluir alguma coisa de autocomplete para o Predix.