We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conda update --prefix /home/name/anaconda anaconda
Or:
conda update conda conda update anaconda
If that throws error:
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
Then one can fix it with: download
And install it with:
http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb sudo apt install ./libffi6_3.2.1-8_amd64.deb
The text was updated successfully, but these errors were encountered:
Source: https://stackoverflow.com/a/40159908/7437143
rm -rf ~/anaconda rm -rf ~/anaconda3 rm -rf ~/.condarc rm -rf ~/.conda rm -rf ~/.continuum rm -rf ~/.anaconda rm -rf ~/.anaconda_backup
Edit:
~/.bash_profile ~/.bashrc
and remove conda related block from there.
Remove anaconda from path variable.
Sorry, something went wrong.
No branches or pull requests
Or:
ERROR
If that throws error:
Then one can fix it with:
download
And install it with:
The text was updated successfully, but these errors were encountered: