I just bought a MacBook Pro and the preinstalled version of python is 2.7.x and I was attempting to install biopython but that requires python 3.6 and higher.
I then downloaded the latest python which is 3.8.5.
When I run terminal to install biopython I get an error saying that biopython requires version above 3.6 to run and that version 2.7 is downloaded.
How can I make it so it recognizes version 3.8.5 or any version above 3.6?