I'm running version 2.7.12 of python on my mac. For a project I need that version exactly, and for some reason the version I got inside the venv is 2.7.10.
I have tried a lot, even reinstalling the virtual environment from scratch, but it will still use that version.
Is there something I can do to update the version inside the virtual env?