Skip to content
New issue

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

Update anaconda after installing #57

Open
a-t-0 opened this issue Feb 16, 2023 · 1 comment
Open

Update anaconda after installing #57

a-t-0 opened this issue Feb 16, 2023 · 1 comment

Comments

@a-t-0
Copy link
Contributor

a-t-0 commented Feb 16, 2023

conda update --prefix /home/name/anaconda anaconda

Or:

conda update conda
conda update anaconda

ERROR

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
@a-t-0
Copy link
Contributor Author

a-t-0 commented Feb 16, 2023

Robust uninstallation

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant