HiveMinds / HiveMinds/Productivity-setup
Update anaconda after installing
Open
- 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.