check where conda files are installed
conda config --show root_prefix pkgs_dirs
conda config --show-sourcesNow delete those directories, e.g. rm -rf ~/anaconda3 ~/.conda/pkgs
| # Bash History Replacement Script | |
| # Author: Caesar Kabalan | |
| # Last Modified: June 6th, 2017 | |
| # Description: | |
| # Modifies the default Bash Shell prompt to be in the format of: | |
| # [CWD:COUNT:BRANCH:VENV] | |
| # [USER:HOSTNAME] _ | |
| # Where: | |
| # CWD - Current working directory (green if last command returned 0, red otherwise) | |
| # COUNT - Session command count |
This guide will show you how to install and configure Miniforge on a GNS Windows PC. Before you jump into the install there are a few things you should understand