I create a conda environment when I do
which python
/opt/miniconda3/envs/my-code/bin/python
which pip
/Library/Frameworks/Python.framework/Versions/3.13/bin/pip
pip location should be pointing to
/opt/miniconda3/envs/my-code/bin/pip
how to fix this
due to this pip install is going to wrong location
I am using macos