I use a fish shell, activate a virtual environment, Python works from the environment, but pip is used globally. How to fix it?
$ which python
/develop/venv/bin/python
$ which pip
/usr/bin/pip
$ python -m pip --version
pip 21.1 from /develop/venv/lib/python3.9/site-packages/pip
~ / .pydistutils.cfg The file does not exist.