Errors appearing in terminal after updating Anaconda

Imr*_*ran 3 anaconda ubuntu-17.04

I ran conda update --all recently and now every time I open a new terminal I get these error lines at the top:

ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-addr2line
ERROR: activate-binutils_linux-64.sh failed, see above for details
ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-cc
ERROR: activate-gcc_linux-64.sh failed, see above for details
ERROR: This cross-compiler package contains no program /bin/x86_64-conda_cos6-linux-gnu-c++
ERROR: activate-gxx_linux-64.sh failed, see above for details
(anaconda3-4.4.0) imran@holly:~$ 
Run Code Online (Sandbox Code Playgroud)

Any idea what is going on and how to fix it?

Imr*_*ran 6

我用以下方法解决了这个问题:

conda remove gcc_linux-64 gcc_impl_linux-64 binutils_linux-64 binutils_impl_linux-64
Run Code Online (Sandbox Code Playgroud)

感谢@darthbith 评论中的帮助