Всякий раз, когда я запускаю терминал в Mac OS, я получаю это сообщение об ошибке. Я попытался удалить Predix ранее сегодня, но что-то явно пошло не так.

Last login: Thu Apr  6 23:55:32 on ttys000
-bash: /usr/local/Predix/autocomplete/bash_autocomplete: No such file or directory
laptop:~ chris$ 

Я думаю, что мне просто нужно удалить строку из некоторого файла, который ищет это приложение, когда я запускаю терминал, но я не уверен, где это находится.

Вот мой .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'

Решение:

Изменить /etc /profile

sudo vim /etc/profile

Где есть строка о включении некоторых автозаполнений для Predix.

0