I also had this problem. One simple fix I found was after creating and activating the virtual environment I can enter:
conda update python
It does not change any packages and recognizes that python is up-to-date. Afterwards, it then correctly points to the conda environment version of python rather than /usr/local/bin/python.