Miniconda2 を iMac にインストールします。
[d25gv047dhjr:~] keguoh% bash Desktop/Miniconda2-latest-MacOSX-x86_64.sh
...
Prepending PATH=/Users/keguoh/miniconda2/bin to PATH in
newly created /Users/keguoh/.bash_profile
しかし、それはうまくいきません。
[d25gv047dhjr:~] keguoh% conda
conda: Command not found.
[d25gv047dhjr:~] keguoh% cat .bash_profile
# added by Miniconda2 4.0.5 installer
export PATH="/Users/keguoh/miniconda2/bin:$PATH"$$
オンラインで解決策を探すのに 2 時間以上を費やしましたが、どれも役に立ちませんでした。ありがとう!
ところで、.bash_profile
ファイルは次のようになります。
[d25gv047dhjr:~] keguoh% cat .bash_profile
# added by Miniconda2 4.0.5 installer
export PATH="/Users/keguoh/miniconda2/bin:$PATH"
[d25gv047dhjr:~] keguoh%