| ... | ... | @@ -7,3 +7,6 @@ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/ |
|
|
|
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
|
|
|
|
~/miniconda3/bin/conda init bash
|
|
|
|
```
|
|
|
|
Restart the shell to have the `base` conda environment.
|
|
|
|
|
|
|
|
**⚠️ Attention:** It is not recommended to use the `base` environment as a "everything installed here" environment. Create and use different envs for different projects |