I am new to virtual env wrapper and had been using *anaconda virtual env before.I am trying to update my python version to >= 3.7, but I am unable to install it using pip. Please help me updating the python to the required version inside the virtual environment wrapper.
I have tried pip install -U python
and pip install python>=3.7
as I would do in *anaconda but it does not work.
Using the method mentioned in this question I get the following error.