conda: command not found
久々にjupiter notebookを開こうと思ったら開けなくなっていて、anaconda-navigatorを確認したのですが、そもそもcondaやpipというコマンドも何も使えなくなっていました。
anaconda-navigatorからターミナルを開くと
mbp:~ user$ /Users/user/.anaconda/navigator/a.tool ; exit; bash: activate: No such file or directory bash-3.2$
というメッセージが表示されcondaやpipはcommand not foundというエラーが返されます。
調べると環境変数とか色々書いてあってよくわからないのですが何から確認すれば良いのでしょうか?
よろしくお願いします。
ホームディレクトリにある.bash_profile、.bashrcはどのようになっていますか?
mbp:~ user$ cat ~/.bash_profile
source ~/.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
# added by Anaconda3 5.1.0 installer
export PATH="/anaconda3/bin:$PATH"
##
# Your previous /Users/user/.bash_profile file was backed up as /Users/user/.bash_profile.macports-saved_2018-09-15_at_13:32:33
##
# MacPorts Installer addition on 2018-09-15_at_13:32:33: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.
alias ic="ibmcloud"
.bashrcはありませんでした