HiveMinds / HiveMinds/Productivity-setup

Update anaconda after installing

Open
#57 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

```
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](https://stackoverflow.com/a/63329830/7437143) 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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.