Conda install pip does not show up in venv in ubuntu
which python
/home/usr/miniconda3/envs/venv/bin/python
which pip
/bin/pip
I'm unable to get pip for my venv or conda even after manual installation.
How to set up pip for my venv