pip install through anaconda code example
Example 1: how to install pip in anaconda
python -m pip install --upgrade pip
Example 2: how to install conda using pip
conda create -n shrink_venv
python -m pip install --upgrade pip
conda create -n shrink_venv