install pip with conda code example
Example 1: how to install conda using pip
conda create -n shrink_venv
Example 2: how to install conda using pip
(shrink_venv): pip install Pillow
Requirement already satisfied (use --upgrade to upgrade): Pillow in /Library/Python/2.7/site-packages