Есть несколько проблем, которые необходимо решить. сначала есть ошибки. -bash: /Users/jay/.bash_profile: строка 7: `fi 'bash_profile open cv и fi error
Во-вторых, у меня возникли проблемы с обновлением .bash_profile для установки opencv. http://www.pyimagesearch.com/2015/06/15/install-opencv-3-0-and-python-2-7-on-osx/
Вот приведенный ниже код и, пожалуйста, помогите.
большое спасибо!
# added by Anaconda2 4.2.0 installer
export PATH="/Users/jay/anaconda2/bin:$PATH"
export PATH=/usr/local/bin:$PATH
source '/Users/jay/Downloads/google-cloud-sdk/path.bash.inc'
fi
source '/Users/jay/Downloads/google-cloud-sdk/completion.bash.inc'
fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f /Users/jay/Downloads/google-cloud-sdk/path.bash.inc ]; then
source '/Users/jay/Downloads/google-cloud-sdk/path.bash.inc'
fi
# The next line enables shell command completion for gcloud.
if [ -f /Users/jay/Downloads/google-cloud-sdk/completion.bash.inc ]; then
source '/Users/jay/Downloads/google-cloud-sdk/completion.bash.inc'
Просьба посмотреть: http://www.shellcheck.net/ – Cyrus